1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-03 14:22:16 +00:00

icon style update. Delete Zoom

This commit is contained in:
Yutaka Ishii
2017-12-07 12:18:07 +09:00
parent c2a49efe73
commit 57a88743bc
15 changed files with 20 additions and 125 deletions

View File

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