1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fix an error

This commit is contained in:
Kazu Yokomizo
2017-07-08 12:31:21 +09:00
parent b78d9534aa
commit f46a967b6e

View File

@@ -439,7 +439,7 @@ class NoteList extends React.Component {
<option value='ALPHABETICAL'>Alphabetical</option>
</select>
</div>
<div styleName="control-button-area">
<div styleName='control-button-area'>
<button styleName={config.listStyle === 'DEFAULT'
? 'control-button--active'
: 'control-button'