mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-03 04:52:12 +00:00
fix: planning mode issues
This commit is contained in:
parent
87a2bcd29c
commit
15b8f52299
1 changed files with 1 additions and 3 deletions
|
|
@ -30,9 +30,7 @@ export class PlanningModeService {
|
|||
),
|
||||
map(
|
||||
([t, isHasTasksToWorkOn, isPlanningEndedByUser]) =>
|
||||
!isHasTasksToWorkOn &&
|
||||
!isPlanningEndedByUser &&
|
||||
!!localStorage.getItem(LS.IS_SHOW_TOUR),
|
||||
!isHasTasksToWorkOn && !isPlanningEndedByUser,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue