Skip to content

Commit

Permalink
Fixed Tooltip React.ForwardRef console error
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelnogueiramov committed Aug 28, 2024
1 parent c059ed5 commit 485270b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugins/views/MainMenu/MainMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ const MainMenu = props => {
<>
{AppSettings.APP_PROPS.SHOW_APP_SELECTION && (
<div className={classes.appsHolder}>
<Tooltip title={i18n.t("Home")}>
<HomeMenuPopper />
</Tooltip>
<HomeMenuPopper />
<hr />
</div>
)}
Expand Down

0 comments on commit 485270b

Please sign in to comment.