diff --git a/src/utils/visibility.js b/src/utils/visibility.js index 88414e8..4a67ccd 100644 --- a/src/utils/visibility.js +++ b/src/utils/visibility.js @@ -8,8 +8,7 @@ const hasElectionDayEnded = (meta) => { export const shouldAllowSendingProtocols = (meta) => hasElectionDayEnded(meta) -export const shouldShowOfficialStreaming = (results, meta) => - hasElectionDayEnded(meta) +export const shouldShowOfficialStreaming = hasElectionDayEnded // Only show results, when they are available and after election day end export const shouldShowResults = (results, meta) => {