Skip to content

Commit

Permalink
hide the toggleTheme button
Browse files Browse the repository at this point in the history
  • Loading branch information
hackjutsu committed May 4, 2019
1 parent 9dbb1c9 commit 8ddfa7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/containers/userPanel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,11 @@ class UserPanel extends Component {
dangerouslySetInnerHTML={{ __html: syncIcon }} />
<span>Sync</span>
</a>
<button
{/* <button
className='theme-toggle'
onClick={ this.toggleTheme.bind(this) }>
toggle theme
</button>
</button> */}
<div className='customized-tag-small'>{ this.props.syncTime }</div>
</div>
)
Expand Down

0 comments on commit 8ddfa7f

Please sign in to comment.