diff --git a/browser/components/SideNavFilter.js b/browser/components/SideNavFilter.js index 8e92fd01..4296380b 100644 --- a/browser/components/SideNavFilter.js +++ b/browser/components/SideNavFilter.js @@ -24,11 +24,11 @@ const SideNavFilter = ({ onClick={handleAllNotesButtonClick} >
- +
All Notes {counterTotalNote} @@ -38,32 +38,30 @@ const SideNavFilter = ({ onClick={handleStarredButtonClick} >
- +
Starred {counterStarredNote} - - ) diff --git a/browser/main/Detail/InfoButton.js b/browser/main/Detail/InfoButton.js index 478259c1..803d74f0 100644 --- a/browser/main/Detail/InfoButton.js +++ b/browser/main/Detail/InfoButton.js @@ -8,7 +8,7 @@ const InfoButton = ({ ) diff --git a/browser/main/Detail/MarkdownNoteDetail.js b/browser/main/Detail/MarkdownNoteDetail.js index 9e376d0c..d3d72be8 100644 --- a/browser/main/Detail/MarkdownNoteDetail.js +++ b/browser/main/Detail/MarkdownNoteDetail.js @@ -338,7 +338,7 @@ class MarkdownNoteDetail extends React.Component { onFocus={(e) => this.handleFocus(e)} onMouseDown={(e) => this.handleLockButtonMouseDown(e)} > - + return ( @@ -346,11 +346,10 @@ class MarkdownNoteDetail extends React.Component { ) })()} - this.handleTrashButtonClick(e)} /> diff --git a/browser/main/Detail/SnippetNoteDetail.js b/browser/main/Detail/SnippetNoteDetail.js index 38c5d1b4..621d8234 100644 --- a/browser/main/Detail/SnippetNoteDetail.js +++ b/browser/main/Detail/SnippetNoteDetail.js @@ -610,7 +610,7 @@ class SnippetNoteDetail extends React.Component { this.handleTrashButtonClick(e)} /> diff --git a/browser/main/Detail/TrashButton.js b/browser/main/Detail/TrashButton.js index f15cac6d..c11dd04a 100644 --- a/browser/main/Detail/TrashButton.js +++ b/browser/main/Detail/TrashButton.js @@ -8,7 +8,7 @@ const TrashButton = ({ ) diff --git a/browser/main/NewNoteButton/index.js b/browser/main/NewNoteButton/index.js index b27bb3ab..ff8227e0 100644 --- a/browser/main/NewNoteButton/index.js +++ b/browser/main/NewNoteButton/index.js @@ -85,7 +85,7 @@ class NewNoteButton extends React.Component {
diff --git a/browser/main/SideNav/StorageItem.js b/browser/main/SideNav/StorageItem.js index 24f08108..38f2924f 100644 --- a/browser/main/SideNav/StorageItem.js +++ b/browser/main/SideNav/StorageItem.js @@ -237,7 +237,7 @@ class StorageItem extends React.Component { } diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js index 3680fa87..30c8d3ac 100644 --- a/browser/main/SideNav/index.js +++ b/browser/main/SideNav/index.js @@ -180,7 +180,7 @@ class SideNav extends React.Component { diff --git a/browser/main/StatusBar/index.js b/browser/main/StatusBar/index.js index 2b625c0e..ae044e7f 100644 --- a/browser/main/StatusBar/index.js +++ b/browser/main/StatusBar/index.js @@ -55,7 +55,7 @@ class StatusBar extends React.Component {