1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-19 12:41:43 +00:00

Remove a display of a note hash

This commit is contained in:
asmsuechan
2017-07-03 14:06:06 +09:00
parent 8b8cb3c9b4
commit bd75f7fd2c
3 changed files with 0 additions and 11 deletions

View File

@@ -305,7 +305,6 @@ class MarkdownNoteDetail extends React.Component {
<StatusBar
{..._.pick(this.props, ['config', 'location', 'dispatch'])}
date={note.updatedAt}
type={note.type}
/>
</div>
)