diff --git a/package-lock.json b/package-lock.json index 7304f77..59c2a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "seamless-auth-admin-dashboard", - "version": "0.0.9", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "seamless-auth-admin-dashboard", - "version": "0.0.9", + "version": "0.1.0", "dependencies": { "@seamless-auth/react": "^0.1.1", "@seamless-auth/types": "^0.1.3", diff --git a/package.json b/package.json index 6cba61c..366ba84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "seamless-auth-admin-dashboard", "private": true, - "version": "0.0.9", + "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", @@ -52,4 +52,4 @@ "vite": "^8.0.1", "vitest": "^4.1.5" } -} \ No newline at end of file +} diff --git a/src/components/Section.tsx b/src/components/Section.tsx index dcc3afc..d0ce3b3 100644 --- a/src/components/Section.tsx +++ b/src/components/Section.tsx @@ -26,7 +26,9 @@ export function Section({ )} - {actions &&
{actions}
} + {actions && ( +
{actions}
+ )} diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 20bbff8..cae9b42 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -104,10 +104,7 @@ function SidebarContent({ ); } -export default function Sidebar({ - mobileOpen = false, - onClose, -}: SidebarProps) { +export default function Sidebar({ mobileOpen = false, onClose }: SidebarProps) { return ( <>