frontend: Fix standalone exercices not showing before challenge start
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
532b3eccdc
commit
a0cb395c79
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ export const time = readable({}, function start(set) {
|
||||||
_settings = settings;
|
_settings = settings;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
set(updateTime(_settings));
|
||||||
const interval = setInterval(() => {
|
const interval = setInterval(() => {
|
||||||
set(updateTime(_settings));
|
set(updateTime(_settings));
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
Reference in a new issue