Skip to content

Commit 741dbc2

Browse files
committed
fix: add a blank line for improved readability in layout component
1 parent e55f0bd commit 741dbc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/dashboard/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const layout: React.FC<PropsWithChildren> = async ({ children }) => {
1919
const session = await sessionActions.getSession();
2020

2121
const cookieStore = await cookies();
22+
2223
const getSidebarOpenState = () => {
2324
const isOpen = cookieStore.get("sidebar_state")?.value;
2425
if (!isOpen) return true;

0 commit comments

Comments
 (0)