fix: restore timed break after identity hydration
This commit is contained in:
parent
f4d6f9176c
commit
af16f987f1
|
|
@ -5569,6 +5569,7 @@
|
||||||
planningOwnerLogin = retainedPlanningLogin;
|
planningOwnerLogin = retainedPlanningLogin;
|
||||||
planningOwnerAccountKey = retainedPlanningLogin && snapshot.context.user?.id ?
|
planningOwnerAccountKey = retainedPlanningLogin && snapshot.context.user?.id ?
|
||||||
String(snapshot.context.user.id) + ':' + retainedPlanningLogin : '';
|
String(snapshot.context.user.id) + ':' + retainedPlanningLogin : '';
|
||||||
|
timerView.render();
|
||||||
updatePlanningAvailability();
|
updatePlanningAvailability();
|
||||||
if (planningOwnerLogin) {
|
if (planningOwnerLogin) {
|
||||||
syncPendingTomorrow();
|
syncPendingTomorrow();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user