Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
open chat switch btn
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Jun 6, 2017
1 parent 0ad3734 commit d6584da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ class Header extends React.Component {
</IconButton>*/}
<Search width="50%" />
<nav>
{/*<IconButton
<IconButton
onClick={this.props.layoutsChat}
>
{isChat ? <IconChatBubble /> : <IconChatBubbleClose /> }
</IconButton>*/}
<IconChatBubble />
</IconButton>

<Favorite />

Expand Down

0 comments on commit d6584da

Please sign in to comment.