From 47925489fd60afdc45e610795de3e673020a1bb1 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Thu, 29 Dec 2016 18:28:16 +0900 Subject: [PATCH] modify: not showing star when the note is not starred --- browser/main/NoteList/NoteItem.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/browser/main/NoteList/NoteItem.js b/browser/main/NoteList/NoteItem.js index 5ee38e1f..0293e34a 100644 --- a/browser/main/NoteList/NoteItem.js +++ b/browser/main/NoteList/NoteItem.js @@ -69,12 +69,9 @@ const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleNoteCont - + {note.isStarred ? + : '' + } )