Skip to content

Commit

Permalink
show browser extension options to managers
Browse files Browse the repository at this point in the history
  • Loading branch information
shatfield4 committed Aug 26, 2024
1 parent 6d91ad6 commit 156fa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SettingsSidebar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ const SidebarOptions = ({ user = null, t }) => (
btnText: t("settings.browser-extension"),
href: paths.settings.browserExtension(),
flex: true,
roles: ["admin"],
roles: ["admin", "manager"],
},
]}
/>
Expand Down

0 comments on commit 156fa27

Please sign in to comment.