Skip to content

Commit

Permalink
frontend: sort platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
w authored and mkg20001 committed Apr 21, 2024
1 parent 219fbcb commit 7549f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Page/Packages.elm
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ viewResultItem nixosChannels channel showInstallDetails show item =
[ p [] [ text "This package is not available on any platform." ] ]

else
[ ul [] (List.map showPlatform item.source.platforms) ]
[ ul [] (List.map showPlatform (List.sort item.source.platforms)) ]
)
)
]
Expand Down

0 comments on commit 7549f51

Please sign in to comment.