From e63e51cc5c2455fb15abf38fc7656dead0198ece Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Tue, 30 Jan 2024 15:58:16 -0300 Subject: [PATCH] Remove TODO comment for showing output options in IOView component --- src/frontend/src/components/IOview/index.tsx | 1 - 1 file changed, 1 deletion(-) 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;