mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix #473
This commit is contained in:
parent
c36dc67a72
commit
7b9bbd8974
@ -69,6 +69,7 @@ final class CommentsModel: ObservableObject {
|
||||
}
|
||||
|
||||
func loadNextPage() {
|
||||
guard nextPageAvailable else { return }
|
||||
load(page: nextPage)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user