Skip to content

Commit

Permalink
Sort stats by description
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Nov 13, 2024
1 parent 674be97 commit 1329b80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ fun AllStatsComposable(
@Composable
fun StatTiles(statTotals: Map<StatMetadata, Int>, onClick: (StatKey) -> Unit) {
BootstrapRow {
statTotals.entries.forEach { statTotal ->
statTotals.entries.sortedBy { it.key.description }.forEach { statTotal ->
BootstrapColumn(4) {
BootstrapJumbotron(
centered = true,
Expand Down

0 comments on commit 1329b80

Please sign in to comment.