We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cfa7b commit d4fd036Copy full SHA for d4fd036
src/app/(dashboard)/settings/page.tsx
@@ -70,7 +70,7 @@ export default function NetBirdSettings() {
70
</VerticalTabs.List>
71
<RestrictedAccess
72
page={"Settings"}
73
- hasAccess={permission.billing.read || permission.settings.read}
+ hasAccess={permission.settings.read}
74
>
75
<div className={"border-l border-nb-gray-930 w-full"}>
76
{account && <AuthenticationTab account={account} />}
0 commit comments