Skip to content
Snippets Groups Projects
Commit 407564ad authored by Maxime Jacquemin's avatar Maxime Jacquemin
Browse files

[ivette] Cleaning some stuff

parent 73c8a76f
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,6 @@ export default function Globals(): JSX.Element { ...@@ -186,7 +186,6 @@ export default function Globals(): JSX.Element {
icon: 'TUNINGS', icon: 'TUNINGS',
title: `Functions filtering options (${nFilter} / ${nTotal})`, title: `Functions filtering options (${nFilter} / ${nTotal})`,
onClick: onContextMenu, onClick: onContextMenu,
visible: !(onContextMenu === undefined),
className: 'dome-xSideBarSection-filterButton' className: 'dome-xSideBarSection-filterButton'
}; };
...@@ -214,10 +213,9 @@ export default function Globals(): JSX.Element { ...@@ -214,10 +213,9 @@ export default function Globals(): JSX.Element {
'the filtering options.'} 'the filtering options.'}
</label> </label>
<Button <Button
icon='TUNINGS' {...filterButtonProps}
className=''
label='Functions filtering options' label='Functions filtering options'
onClick={onContextMenu}
visible={!(onContextMenu === undefined)}
/> />
</div>; </div>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment