satisfy eslint

This commit is contained in:
Surinna Curtis
2017-09-09 05:25:33 -05:00
parent 3278c08c29
commit 323d437a09
3 changed files with 5 additions and 8 deletions

View File

@@ -81,9 +81,9 @@ export default class MuteModal extends React.PureComponent {
/>
</p>
<p>
<label>
<label htmlFor='mute-modal__hide-notifications-checkbox'>
<FormattedMessage id='mute_modal.hide_notifications' defaultMessage='Hide notifications from this user?' />
<input type='checkbox' checked={notifications} onChange={this.toggleNotifications} />
<input id='mute-modal__hide-notifications-checkbox' type='checkbox' checked={notifications} onChange={this.toggleNotifications} />
</label>
</p>
</div>