Fix inaccurate timer on upcoming notice

This commit is contained in:
Ajay
2024-11-27 13:31:39 -05:00
parent 38e6d5469f
commit b98300596c
4 changed files with 10 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ class UpcomingNotice {
closeListener={() => this.close()}
smaller={true}
fadeIn={true}
unskipTime={timeLeft} />
maxCountdownTime={timeLeft} />
);
}