Skip to content

Commit 7307273

Browse files
committed
fix: format
1 parent 406e328 commit 7307273

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/src/modules/management/OrganizationSettingsLayout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ const OrganizationSettingsLayout: FC = () => {
4949
};
5050

5151
const canViewOrganizationSettingsPage =
52-
permissions.viewDeploymentValues ||
53-
permissions.editAnyOrganization;
52+
permissions.viewDeploymentValues || permissions.editAnyOrganization;
5453

5554
const organization =
5655
organizations && orgName

0 commit comments

Comments
 (0)