Skip to content

Commit 8f3651f

Browse files
committed
Fixed visualization
1 parent 0c9336d commit 8f3651f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ui/src/pages/visualization.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ export const Graph3D: React.FC = () => {
8686
links: [],
8787
};
8888

89-
const toggleColorBy = () => {
90-
setColorByOption(prev => prev === 'cell_line' ? 'assay' : 'cell_line');
91-
};
92-
9389
return (
9490
<div>
9591

0 commit comments

Comments
 (0)