Skip to content

Commit

Permalink
Merge pull request #574 from oasisprotocol/ml/fix-block-transactions-…
Browse files Browse the repository at this point in the history
…verbose

Fix BlockDetail verbose flag
  • Loading branch information
lubej authored Jun 22, 2023
2 parents 6b704a4 + 4a9004a commit 27d9608
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/574.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Abbreviate tables on dashboard mobile
1 change: 0 additions & 1 deletion src/app/pages/BlockDetailPage/TransactionsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
)
}
Expand Down

0 comments on commit 27d9608

Please sign in to comment.