Skip to content
Prev Previous commit
Next Next commit
Remove forgotten comment
  • Loading branch information
BrunoQuaresma committed Nov 2, 2023
commit 29cc3982fec98e4e46c16269459503c3cfb32994
10 changes: 0 additions & 10 deletions site/src/components/MoreMenu/MoreMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@ export const MoreMenu = (props: { children: ReactNode }) => {

return (
<MoreMenuContext.Provider value={{ close, open, triggerRef, isOpen }}>
{/* <IconButton
aria-controls={id}
aria-haspopup="true"
onClick={() => setIsMenuOpen(true)}
ref={triggerRef}
arial-label="More options"
>
<MoreVertOutlined />
</IconButton> */}

{props.children}
</MoreMenuContext.Provider>
);
Expand Down