Skip to content

Commit

Permalink
Merge pull request #275 from atlassian/NONE-fix-stupidness
Browse files Browse the repository at this point in the history
NONE do the check the correct way... :sigh:
  • Loading branch information
joshkay10 authored Feb 14, 2024
2 parents ab10fcf + 82f2b10 commit 31058fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const ConnectionPanelTop = ({
</div>
</div>

{serverIsNotDuplicate && (userIsAdmin || CONFIG_PAGE) &&
{serverIsNotDuplicate && (userIsAdmin || moduleKey === CONFIG_PAGE) &&
<DropdownMenu
trigger={({ triggerRef, ...props }) => (
<Button
Expand Down

0 comments on commit 31058fe

Please sign in to comment.