diff --git a/app/src/components/OutputsTable/OutputCell/TopActions.tsx b/app/src/components/OutputsTable/OutputCell/TopActions.tsx index b018e6c..2ac5ba3 100644 --- a/app/src/components/OutputsTable/OutputCell/TopActions.tsx +++ b/app/src/components/OutputsTable/OutputCell/TopActions.tsx @@ -18,13 +18,13 @@ export const CellOptions = ({ const modalDisclosure = useDisclosure(); return ( - + {cell && ( <> } + icon={} onClick={modalDisclosure.onOpen} size="xs" colorScheme="gray"