Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kugel3 committed Mar 12, 2024
1 parent b6256d5 commit ad47e04
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,15 @@ extension TransactionHistory {
}
}

Divider()
.onAppear {
store.send(.view(.reachedEnd))
}
// Rectangle()
// .fill(.pink)
// .onAppear {
// store.send(.view(.reachedEnd))
// }

// if viewStore.loading.isLoading {
// ProgressView()
// }
}
.padding(.bottom, .medium3)
}
Expand Down

0 comments on commit ad47e04

Please sign in to comment.