Loading frontend/src/components/visualization/ContextMenu.tsx +4 −4 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ const ContextMenu: React.FC<ContextMenuProps> = ({ onClose(); }} > Show face in scene Show face in the scene </MenuItem> ]; } else if (contextMenu.type === 'column') { Loading Loading @@ -99,7 +99,7 @@ const ContextMenu: React.FC<ContextMenuProps> = ({ onClose(); }} > Show face in scene Show face in the scene </MenuItem> ]; } else if (contextMenu.type === 'cell') { Loading @@ -115,7 +115,7 @@ const ContextMenu: React.FC<ContextMenuProps> = ({ > {contextMenu.rowName === contextMenu.columnName ? 'Hide Face' : 'Hide Both'} : 'Hide Both Faces'} </MenuItem>, <MenuItem key="open-task-cell" Loading Loading @@ -159,7 +159,7 @@ const ContextMenu: React.FC<ContextMenuProps> = ({ onClose(); }} > Show faces in scene Show faces in the scene </MenuItem> ); } Loading Loading
frontend/src/components/visualization/ContextMenu.tsx +4 −4 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ const ContextMenu: React.FC<ContextMenuProps> = ({ onClose(); }} > Show face in scene Show face in the scene </MenuItem> ]; } else if (contextMenu.type === 'column') { Loading Loading @@ -99,7 +99,7 @@ const ContextMenu: React.FC<ContextMenuProps> = ({ onClose(); }} > Show face in scene Show face in the scene </MenuItem> ]; } else if (contextMenu.type === 'cell') { Loading @@ -115,7 +115,7 @@ const ContextMenu: React.FC<ContextMenuProps> = ({ > {contextMenu.rowName === contextMenu.columnName ? 'Hide Face' : 'Hide Both'} : 'Hide Both Faces'} </MenuItem>, <MenuItem key="open-task-cell" Loading Loading @@ -159,7 +159,7 @@ const ContextMenu: React.FC<ContextMenuProps> = ({ onClose(); }} > Show faces in scene Show faces in the scene </MenuItem> ); } Loading