Skip to content

Commit

Permalink
fix: reverse versions list to have recents first.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunali321 committed Sep 23, 2022
1 parent ead3087 commit efe1306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/widgets/patchesSelectorView/patch_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class _PatchItemState extends State<PatchItem> {
translationParams: {
'packageVersion': widget.packageVersion,
'supportedVersions':
'\u2022 ${widget.supportedPackageVersions.join('\n\u2022 ')}',
'\u2022 ${widget.supportedPackageVersions.reversed.join('\n\u2022 ')}',
},
),
actions: <Widget>[
Expand Down

0 comments on commit efe1306

Please sign in to comment.