Skip to content

Commit

Permalink
PMM-13419 Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Oct 3, 2024
1 parent e93826b commit 57ee47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/core/components/AppChrome/AppChromeMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function AppChromeMenu({}: Props) {

const isOpen = state.megaMenuOpen && !state.megaMenuDocked;
const onClose = () => chrome.setMegaMenuOpen(false);

// @PERCONA
const { isOpen: isTourOpen } = useTour();

Expand Down

0 comments on commit 57ee47a

Please sign in to comment.