From c6b018600dbb8af57e809c939136ad8d13974ad2 Mon Sep 17 00:00:00 2001 From: Soren Zaiser Date: Wed, 25 Sep 2024 13:16:09 -0400 Subject: [PATCH] small update --- .../src/apps/audience-display/displays/ad-default.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/front-end/src/apps/audience-display/displays/ad-default.tsx b/front-end/src/apps/audience-display/displays/ad-default.tsx index 67e34892..20259af1 100644 --- a/front-end/src/apps/audience-display/displays/ad-default.tsx +++ b/front-end/src/apps/audience-display/displays/ad-default.tsx @@ -102,7 +102,9 @@ export const AudDisplayDefault: FC = ({ id }) => { ); } } - const afterMatch = matchState > MatchState.MATCH_IN_PROGRESS; + const afterMatchBeforeScore = + matchState > MatchState.MATCH_IN_PROGRESS && + matchState < MatchState.RESULTS_POSTED; const showPreviewFull = layout[0] === LayoutMode.FULL || layout[1] === LayoutMode.FULL; @@ -116,7 +118,7 @@ export const AudDisplayDefault: FC = ({ id }) => { {showPreviewFull && ( = ({ id }) => { {layout[1] === LayoutMode.FULL && ( = ({ id }) => { {layout[1] === LayoutMode.STREAM && (