Skip to content

Commit 53ca21d

Browse files
authored
Merge pull request #202 from kaleido-io/tokenTransferTable
[tokenTransferTable] pagination fix
2 parents 88a7649 + 5e836aa commit 53ca21d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/Tokens/views/Transfers.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export const TokensTransfers: () => JSX.Element = () => {
155155
});
156156
}
157157
isMounted && setTokenTransfers(enrichedTransfers);
158+
isMounted && setTokenTransferTotal(tokenTransferRes.total);
158159
}
159160
})
160161
.catch((err) => {

0 commit comments

Comments
 (0)