Skip to content

Commit

Permalink
chore: fix typo in component name
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Jun 20, 2023
1 parent a44145d commit e4ffafe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/MenuBar/MenuBar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
FileMenu,
HoverMenubar,
HoverMenuBar,
VIS_TYPE_GROUP_ALL,
VIS_TYPE_GROUP_CHARTS,
UpdateButton,
Expand Down Expand Up @@ -60,7 +60,7 @@ const UnconnectedMenuBar = ({ dataTest, ...props }, context) => (
/>
)}
/>
<HoverMenubar>
<HoverMenuBar>
<FileMenu
currentUser={context.d2.currentUser}
fileType={props.apiObjectName}
Expand All @@ -78,7 +78,7 @@ const UnconnectedMenuBar = ({ dataTest, ...props }, context) => (
<VisualizationOptionsManager />

<ToolbarDownloadDropdown />
</HoverMenubar>
</HoverMenuBar>
<InterpretationsButton />
</>
)
Expand Down

0 comments on commit e4ffafe

Please sign in to comment.