Skip to content

Commit

Permalink
change toggle for usage logs visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Feb 7, 2024
1 parent 60d9c97 commit 955d007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default function Organization() {
type="org"
/>
),
visible: organization?.is_admin || isUserOrganization,
visible: organization?.is_admin || !isUserOrganization,
},
{
name: 'Settings',
Expand Down

0 comments on commit 955d007

Please sign in to comment.