1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +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 () { render () {
const { config, style, data } = this.props const { config, style } = this.props
return ( return (
<div className='NewNoteButton' <div className='NewNoteButton'
styleName={config.isSideNavFolded ? 'root--expanded' : 'root'} styleName={config.isSideNavFolded ? 'root--expanded' : 'root'}