Skip to content

Commit

Permalink
Fix supporters list
Browse files Browse the repository at this point in the history
  • Loading branch information
shimastripe committed Aug 16, 2024
1 parent 3a12f92 commit 0fe35d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ fun SponsorsList(
)
}
items(
items = uiState.platinumSponsors,
items = uiState.supporters,
span = { GridItemSpan(2) },
) { sponsor ->
SponsorItem(
Expand Down

0 comments on commit 0fe35d3

Please sign in to comment.