Updating some client deps + eslint
Этот коммит содержится в:
@@ -445,7 +445,7 @@ class NotificationsTab extends React.Component {
|
||||
title={formatMessage(holders.desktopSounds)}
|
||||
describe={describe}
|
||||
updateSection={handleUpdateSoundSection}
|
||||
disableOpen = {!this.state.soundNeeded}
|
||||
disableOpen={!this.state.soundNeeded}
|
||||
/>
|
||||
);
|
||||
}
|
||||
@@ -826,4 +826,4 @@ NotificationsTab.propTypes = {
|
||||
collapseModal: React.PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
export default injectIntl(NotificationsTab);
|
||||
export default injectIntl(NotificationsTab);
|
||||
|
||||
Ссылка в новой задаче
Block a user