diff --git a/Mlem/App/Views/Shared/Navigation/NavigationPage+View.swift b/Mlem/App/Views/Shared/Navigation/NavigationPage+View.swift index bcaf128fa..65824a1f4 100644 --- a/Mlem/App/Views/Shared/Navigation/NavigationPage+View.swift +++ b/Mlem/App/Views/Shared/Navigation/NavigationPage+View.swift @@ -68,7 +68,7 @@ extension NavigationPage { Button { callback.wrappedValue(community, navigation) } label: { - CommunityListRowBody(community) + CommunityListRowBody(community, readout: .subscribers) .tint(Palette.main.primary) } .padding(.vertical, 6)