mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-20 21:21:59 +00:00
Remove a display of a note hash
This commit is contained in:
@@ -48,8 +48,6 @@ class StatusBar extends React.Component {
|
||||
|
||||
render () {
|
||||
let { config, status } = this.context
|
||||
const { location, type } = this.props
|
||||
const styleName = type === 'MARKDOWN_NOTE' ? 'note-hash-md' : 'note-hash-snippet'
|
||||
|
||||
return (
|
||||
<div className='StatusBar'
|
||||
@@ -62,7 +60,6 @@ class StatusBar extends React.Component {
|
||||
{Math.floor(config.zoom * 100)}%
|
||||
</button>
|
||||
|
||||
<div styleName={styleName}>#{location.query.key}</div>
|
||||
<div styleName='blank' />
|
||||
|
||||
{status.updateReady
|
||||
|
||||
Reference in New Issue
Block a user