Remove TODO comment for showing output options in IOView component

This commit is contained in:
anovazzi1 2024-01-30 15:58:16 -03:00
commit e63e51cc5c

View file

@ -22,7 +22,6 @@ export default function IOView(): JSX.Element {
categories[0]
);
const [showChat, setShowChat] = useState<boolean>(false);
//TODO: show output options for view
const [selectedView, setSelectedView] = useState<{
type: string;
id?: string;