From deabbb094b28001b29de8b216346f29786a0f132 Mon Sep 17 00:00:00 2001 From: David Corbitt Date: Sat, 5 Aug 2023 16:01:09 -0700 Subject: [PATCH] condense CellOptions --- app/src/components/OutputsTable/OutputCell/TopActions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"