Skip to content

Commit

Permalink
Fix prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 24, 2018
1 parent dc39ff4 commit 286fc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export class App extends Component {
</li>

<li ref={el => this.themeMenu = el} className="topbar-menu-themes">
{!this.state.themeMenuVisited && <i class="topbar-menu-badge"></i>}
{!this.state.themeMenuVisited && <i className="topbar-menu-badge"></i>}
<span tabIndex="0" onClick={this.onThemesLinkClick} onKeyDown={this.onThemesLinkKeyDown}>THEMES</span>
<ul className={classNames({'active-top-menu': this.state.themeMenuActive})}>
<li className="topbar-submenu-header">THEMING</li>
Expand Down

0 comments on commit 286fc9d

Please sign in to comment.