Fix transaction list infinite loading (#1973)

This commit is contained in:
Agustin Pane 2021-03-01 15:54:16 -03:00 committed by GitHub
parent dcd43d1e7d
commit 1f6172204c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export const usePagedHistoryTransactions = (): PagedTransactions => {
if (!results) {
setHasMore(false)
setIsLoading(false)
return
}