1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Correction eslint code format

This commit is contained in:
Paul Rosset
2017-12-05 18:18:12 +00:00
parent f4fd131100
commit 83910b55d2

View File

@@ -97,7 +97,7 @@ class Preferences extends React.Component {
const node = ReactDOM.findDOMNode(this.refs.content)
return node.getBoundingClientRect()
}
haveToSaveNotif (tab) {
return (
<p styleName={`saving--${tab[tab.label].type}`}>{tab[tab.label].message}</p>