Skip to content

Commit

Permalink
Update src/reducers/planner/planner.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
useruseruse authored May 13, 2024
1 parent 9919536 commit d4c1993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/planner/planner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Planner from '@/shapes/model/planner/Planner';
import { PlannerItemType } from '@/shapes/enum';

interface PlannerState {
planners: Planner[];
planners: Planner[] | null;
selectedPlanner: Planner | null;
cellWidth: number;
cellHeight: number;
Expand Down

0 comments on commit d4c1993

Please sign in to comment.