Skip to content

Commit

Permalink
update loading in transaction page
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed Jul 29, 2024
1 parent bdc17ac commit 7dddd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/page/components/items_scroll.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (s *Scroll[T]) FetchScrollData(isScrollUp bool, window app.WindowNavigator,
s.loadedAllItems = false
s.isLoadingItems = false
s.offset = 0
s.itemsCount = 0
s.itemsCount = -1
s.data = nil
s.cacheData = nil
s.list.Position.Offset = 0
Expand Down

0 comments on commit 7dddd8a

Please sign in to comment.