diff --git a/lib/menus.ts b/lib/menus.ts index cbc782c..cf73784 100644 --- a/lib/menus.ts +++ b/lib/menus.ts @@ -250,7 +250,7 @@ export function getMenuList(pathname: string, t: any): Group[] { label: "Banner", active: pathname === "/admin/settings/banner", icon: "heroicons:arrow-trending-up", - children: [], + children: [], }, ], },