Remove TODO comment for showing output options in IOView component
This commit is contained in:
parent
ec313e4f3b
commit
e63e51cc5c
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue