Skip to content

Commit

Permalink
fix loading state
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBAndrews committed Dec 8, 2024
1 parent 01f283d commit edf8798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mlem/App/Views/Root/Tabs/Inbox/InboxView+Views.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extension InboxView {
}
}

EndOfFeedView(loadingState: inboxFeedLoader.loadingState, loadMore: nil, viewType: .cartoon)
EndOfFeedView(loadingState: feedLoader.loadingState, loadMore: nil, viewType: .cartoon)
}

@ViewBuilder
Expand Down

0 comments on commit edf8798

Please sign in to comment.