1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
This commit is contained in:
Kazu Yokomizo
2017-11-14 18:40:38 +09:00
parent 5391ca161d
commit 369f8b6093
2 changed files with 3 additions and 2 deletions

View File

@@ -602,7 +602,7 @@ class SnippetNoteDetail extends React.Component {
<InfoButton
onClick={(e) => this.handleInfoButtonClick(e)}
/>
<StarButton
onClick={(e) => this.handleStarButtonClick(e)}
isActive={note.isStarred}