[dev] [Marfuen] mariano/ui-improvements#2030
Conversation
PR Summary
Written by Cursor Bugbot for commit ff52d8a. This will update automatically on new commits. Configure here. |
…d PolicySettingsCard
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| import { PageHeader, PageLayout, Tabs, TabsList, TabsTrigger } from '@trycompai/design-system'; | ||
| import { usePathname, useRouter } from 'next/navigation'; | ||
| import { PageHeader, PageLayout } from '@trycompai/design-system'; | ||
| import { usePathname } from 'next/navigation'; |
There was a problem hiding this comment.
Unused prop in SettingsTabs interface after refactoring
Low Severity
The showBrowserTab prop is defined in SettingsTabsProps interface and passed from layout.tsx, but it's no longer used by the SettingsTabs component after the tabs navigation was moved to SettingsSidebar. The component destructures only { orgId, children }, completely ignoring showBrowserTab. This creates dead code that adds confusion and maintenance burden.
|
🎉 This PR is included in version 1.79.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This is an automated pull request to merge mariano/ui-improvements into dev.
It was created by the [Auto Pull Request] action.