Skip to content

Commit

Permalink
Don't show chat in zen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Feb 4, 2020
1 parent f477e5b commit e0620f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/shared/round/view/roundView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ function renderGameActionsBar(ctrl: OnlineRound) {
return (
<section className="actions_bar">
{gmButton}
{ctrl.chat ?
{ctrl.chat && !ctrl.isZen() ?
<button className="action_bar_button fa fa-comments withChip"
oncreate={helper.ontap(ctrl.chat.open)}
>
Expand Down

0 comments on commit e0620f0

Please sign in to comment.