mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
fix(snooze-button): Change div to button
This commit is contained in:
parent
7b3d8b1c25
commit
fcf8fa766c
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ class SnoozeButton extends Component {
|
|||
return <span />;
|
||||
}
|
||||
return (
|
||||
<div
|
||||
<button
|
||||
title="Snooze"
|
||||
className={"snooze-button " + this.props.className}
|
||||
onClick={this.onClick}>
|
||||
|
@ -54,7 +54,7 @@ class SnoozeButton extends Component {
|
|||
mode={RetinaImg.Mode.ContentIsMask} /> :
|
||||
void 0
|
||||
}
|
||||
</div>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue