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 && (