Skip to content

Commit

Permalink
fix(css): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyashu committed Aug 3, 2018
1 parent eca86a4 commit 8bfcab7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/layout/TopBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ class TopBar extends Component {
)
}
{
this.props.user.username !== undefined
this.props.user.username !== undefined
&& <Link className="top-bar__link" to="#" onClick={this.props.onLogoutClick}>
<TopIconButton
dictIcons={this.props.dictIcons}
item={{ name: this.props.user.username, icon: 'exit' }}
/>
<TopIconButton
dictIcons={this.props.dictIcons}
item={{ name: this.props.user.username, icon: 'exit' }}
/>
</Link>
}
</nav>
Expand Down

0 comments on commit 8bfcab7

Please sign in to comment.