mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Correction eslint code format
This commit is contained in:
@@ -97,7 +97,7 @@ class Preferences extends React.Component {
|
|||||||
const node = ReactDOM.findDOMNode(this.refs.content)
|
const node = ReactDOM.findDOMNode(this.refs.content)
|
||||||
return node.getBoundingClientRect()
|
return node.getBoundingClientRect()
|
||||||
}
|
}
|
||||||
|
|
||||||
haveToSaveNotif (tab) {
|
haveToSaveNotif (tab) {
|
||||||
return (
|
return (
|
||||||
<p styleName={`saving--${tab[tab.label].type}`}>{tab[tab.label].message}</p>
|
<p styleName={`saving--${tab[tab.label].type}`}>{tab[tab.label].message}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user