Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelOlkhovoi committed Sep 24, 2024
1 parent 0ec50a3 commit f3cf29c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/geoportal/src/app/components/TopNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,9 @@ const TopNavbar = () => {
const handleToggleTour = () => {
dispatch(toggleUIMode(UIMode.TOUR));
};

const menuTourRef = useOverlayHelper(
getCollabedHelpElementsConfig("MENULEISTE", geoElements),
);

const hintergrundTourRef = useOverlayHelper(
getCollabedHelpElementsConfig("HINTERGRUND", geoElements),
);
Expand Down

0 comments on commit f3cf29c

Please sign in to comment.