mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
refactor: remove unused component
This commit is contained in:
@@ -59,9 +59,6 @@ class StatusBar extends React.Component {
|
|||||||
</button>
|
</button>
|
||||||
: null
|
: null
|
||||||
}
|
}
|
||||||
{/* <button styleName='help'>
|
|
||||||
<i className='fa fa-info-circle' />
|
|
||||||
</button> */}
|
|
||||||
<button styleName='zoom'
|
<button styleName='zoom'
|
||||||
onClick={(e) => this.handleZoomButtonClick(e)}
|
onClick={(e) => this.handleZoomButtonClick(e)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user