There was an error while loading. Please reload this page.
1 parent dfd9c5d commit 19d857eCopy full SHA for 19d857e
1 file changed
packages/neuron-ui/src/components/TransactionList/index.tsx
@@ -255,7 +255,7 @@ const TransactionList = ({
255
enableShimmer={isLoading}
256
columns={transactionColumns}
257
items={txs}
258
- groups={groups}
+ groups={groups.filter(group => group.count !== 0)}
259
groupProps={{
260
collapseAllVisibility: CollapseAllVisibility.hidden,
261
onRenderHeader: GroupHeader,
0 commit comments