mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Hide the menu button when in edit mode
This commit is contained in:
parent
8da027aaa1
commit
07bc512ff3
1 changed files with 5 additions and 3 deletions
|
|
@ -597,9 +597,11 @@ function GenericTableCard(props: GenericTableCardProps & { isLastChild?: boolean
|
|||
</Box>
|
||||
</TooltipWrapped>
|
||||
)}
|
||||
<Box css={{ marginLeft: 'auto', '@md': { display: 'none' }}}>
|
||||
{moreActionsButton()}
|
||||
</Box>
|
||||
{!showInput && (
|
||||
<Box css={{ marginLeft: 'auto', '@md': { display: 'none' }}}>
|
||||
{moreActionsButton()}
|
||||
</Box>
|
||||
)}
|
||||
</HStack>
|
||||
|
||||
<HStack
|
||||
|
|
|
|||
Loading…
Reference in a new issue