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