Skip to content

Commit bb23e2b

Browse files
committed
lint
1 parent 619410c commit bb23e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/portal/src/app/bundler/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default async function Layout(props: { children: React.ReactNode }) {
66
editPageButton={true}
77
sideBar={{
88
name: "Bundler",
9-
links: []
9+
links: [],
1010
}}
1111
>
1212
{props.children}

0 commit comments

Comments
 (0)