diff --git a/.changelog/574.bugfix.md b/.changelog/574.bugfix.md new file mode 100644 index 000000000..9bb8095c8 --- /dev/null +++ b/.changelog/574.bugfix.md @@ -0,0 +1 @@ +Abbreviate tables on dashboard mobile diff --git a/src/app/pages/BlockDetailPage/TransactionsCard.tsx b/src/app/pages/BlockDetailPage/TransactionsCard.tsx index 65b670b69..3b241c00a 100644 --- a/src/app/pages/BlockDetailPage/TransactionsCard.tsx +++ b/src/app/pages/BlockDetailPage/TransactionsCard.tsx @@ -40,7 +40,6 @@ const TransactionList: FC<{ scope: SearchScope; blockHeight: number }> = ({ scop isTotalCountClipped: transactionsQuery.data?.data.is_total_count_clipped, rowsPerPage: NUMBER_OF_ITEMS_ON_SEPARATE_PAGE, }} - verbose={false} /> ) }