Skip to content

Commit

Permalink
Hide co-op when not awarded
Browse files Browse the repository at this point in the history
  • Loading branch information
Techno11 committed Feb 23, 2024
1 parent 0f3a913 commit 1d9f94e
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,11 @@ const MatchResults: FC<AudienceDisplayProps> = ({
<div className={'c-score-label'}>Red</div>
<div className={'c-score-score'}>{match.redScore}</div>
</div>
<div className='c-coop-bonus'>
<Handshake fontSize='inherit' />
</div>
{match.details.coopertitionBonus && (
<div className='c-coop-bonus'>
<Handshake fontSize='inherit' />
</div>
)}
</div>

{/* Score Breakdown */}
Expand Down

0 comments on commit 1d9f94e

Please sign in to comment.