Skip to content

Commit

Permalink
Fix from comments
Browse files Browse the repository at this point in the history
Signed-off-by: Lilian Houdelet <[email protected]>
  • Loading branch information
lilian-houdelet committed Dec 19, 2023
1 parent 04c899f commit 40d4a9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TopBar/TopBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@ const TopBar = ({
{/*If the callback onParametersClicked is undefined, parameters component should be disabled*/}
{onParametersClick && (
<StyledMenuItem
disabled={!onParametersClick}
onClick={onParametersClicked}
sx={styles.borderTop}
>
Expand Down

0 comments on commit 40d4a9b

Please sign in to comment.