mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 05:13:32 +00:00
fix: end message only shows if timer is in overtime
This commit is contained in:
committed by
Carlos Valente
parent
8685298430
commit
6a8f98c469
@@ -105,7 +105,7 @@ export function getShowModifiers(
|
||||
}
|
||||
|
||||
return {
|
||||
showEndMessage: freezeOvertime && freezeMessage !== '',
|
||||
showEndMessage: phase === TimerPhase.Overtime && freezeOvertime && freezeMessage !== '',
|
||||
showFinished: phase === TimerPhase.Overtime,
|
||||
showWarning: phase === TimerPhase.Warning,
|
||||
showDanger: phase === TimerPhase.Danger,
|
||||
|
||||
Reference in New Issue
Block a user