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