Skip to content

Commit

Permalink
Fix check for straming timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Jun 9, 2024
1 parent f115a50 commit 4b4a399
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/visibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 4b4a399

Please sign in to comment.