Skip to content

Commit

Permalink
fix: missing prop
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 5, 2024
1 parent 47fb34c commit da531b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function SettingsPage() {

return (
<DashboardLayout headerStartItems={<h1 className="text-foreground-950">Settings</h1>}>
<Tabs value={currentTab} onValueChange={handleTabChange} className="w-full" align="start">
<Tabs value={currentTab} onValueChange={handleTabChange} className="w-full">
<TabsList
align="center"
className="border-border/20 relative mt-2.5 flex w-full items-end justify-start space-x-2 rounded-none border-b bg-transparent px-1.5 pb-0"
Expand Down

0 comments on commit da531b2

Please sign in to comment.