diff --git a/src/frontend/src/components/IOview/index.tsx b/src/frontend/src/components/IOview/index.tsx index 3ffc61964..045e87e2c 100644 --- a/src/frontend/src/components/IOview/index.tsx +++ b/src/frontend/src/components/IOview/index.tsx @@ -22,7 +22,6 @@ export default function IOView(): JSX.Element { categories[0] ); const [showChat, setShowChat] = useState(false); - //TODO: show output options for view const [selectedView, setSelectedView] = useState<{ type: string; id?: string;