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

Commit d6584da

Browse files
committed
open chat switch btn
1 parent 0ad3734 commit d6584da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Header/Header.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ class Header extends React.Component {
6868
</IconButton>*/}
6969
<Search width="50%" />
7070
<nav>
71-
{/*<IconButton
71+
<IconButton
7272
onClick={this.props.layoutsChat}
7373
>
74-
{isChat ? <IconChatBubble /> : <IconChatBubbleClose /> }
75-
</IconButton>*/}
74+
<IconChatBubble />
75+
</IconButton>
7676

7777
<Favorite />
7878

0 commit comments

Comments
 (0)