Skip to content

Commit d483fcf

Browse files
committed
🧹 Chore: fix formatting in useShortcuts
1 parent 55b19e4 commit d483fcf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/web/src/views/Calendar/hooks/shortcuts/useShortcuts.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ import {
1717
selectIsAtMonthlyLimit,
1818
selectIsAtWeeklyLimit,
1919
} from "@web/ducks/events/selectors/someday.selectors";
20-
import { selectSidebarTab, selectIsSidebarOpen } from "@web/ducks/events/selectors/view.selectors";
20+
import {
21+
selectIsSidebarOpen,
22+
selectSidebarTab,
23+
} from "@web/ducks/events/selectors/view.selectors";
2124
import { draftSlice } from "@web/ducks/events/slices/draft.slice";
2225
import { viewSlice } from "@web/ducks/events/slices/view.slice";
2326
import { useAppDispatch, useAppSelector } from "@web/store/store.hooks";
@@ -72,7 +75,7 @@ export const useShortcuts = ({
7275
return;
7376
}
7477

75-
// If sidebar is closed, open it first
78+
// If sidebar is closed, open it first
7679
if (!isSidebarOpen) {
7780
dispatch(viewSlice.actions.toggleSidebar());
7881
}

0 commit comments

Comments
 (0)