diff --git a/src/components/TopBar/TopBar.js b/src/components/TopBar/TopBar.js index ce2a4a8e..e90bb160 100644 --- a/src/components/TopBar/TopBar.js +++ b/src/components/TopBar/TopBar.js @@ -569,27 +569,29 @@ const TopBar = ({ {/* Settings */} {/*If the callback onParametersClicked is undefined, parameters component should be disabled*/} - - - - - - - - - - + {onParametersClick && ( + + + + + + + + + + + )} {/* About */} {/*If the callback onAboutClick is undefined, we open default about dialog*/}