From 603bd363a8ec196028ecc6d0d2d34d0cca1dd31a Mon Sep 17 00:00:00 2001 From: Kristof Csillag Date: Fri, 23 Feb 2024 04:25:14 +0100 Subject: [PATCH] Fix token transfers table on tablet --- src/app/components/Tokens/TokenTransfers.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/Tokens/TokenTransfers.tsx b/src/app/components/Tokens/TokenTransfers.tsx index a0b70bbfec..7daecf45bb 100644 --- a/src/app/components/Tokens/TokenTransfers.tsx +++ b/src/app/components/Tokens/TokenTransfers.tsx @@ -116,7 +116,7 @@ export const TokenTransfers: FC = ({ ownAddress, }) => { const { t } = useTranslation() - const { isMobile } = useScreenSize() + const { isTablet } = useScreenSize() const tableColumns: TableColProps[] = [ { key: 'hash', content: t('common.hash') }, { key: 'block', content: t('common.block') }, @@ -139,7 +139,7 @@ export const TokenTransfers: FC = ({ content: ( ),