mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Remove unused variable
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user