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

Remove unused variable

This commit is contained in:
asmsuechan
2017-08-14 10:11:04 +09:00
parent 7f52eed4d5
commit 70a6a3acb8

View File

@@ -68,7 +68,7 @@ class NewNoteButton extends React.Component {
}
render () {
const { config, style, data } = this.props
const { config, style } = this.props
return (
<div className='NewNoteButton'
styleName={config.isSideNavFolded ? 'root--expanded' : 'root'}