Dont use action buttons on desktop

This commit is contained in:
Jackson Harper
2022-04-04 22:17:35 -07:00
parent b322add96e
commit f765303164

View File

@ -706,8 +706,8 @@ function GenericTableCard(props: GenericTableCardProps & { isLastChild?: boolean
</>
) : (
<HStack
distribution="start"
alignment="start"
distribution="end"
alignment="end"
css={{
display: 'none',
'@md': {
@ -732,7 +732,6 @@ function GenericTableCard(props: GenericTableCardProps & { isLastChild?: boolean
>
<Trash size={16} color={iconColor} />
</IconButton>
{moreActionsButton()}
</HStack>
)}
</HStack>