Skip to content

Commit

Permalink
fix: Show version label correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Feb 25, 2024
1 parent 3e696d6 commit c72d10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/widgets/appSelectorView/installed_app_item.dart
Expand Up @@ -110,7 +110,7 @@ class _InstalledAppItemState extends State<InstalledAppItem> {
Text(
t.suggested(
version: widget.suggestedVersion.isEmpty
? Text(t.appSelectorCard.anyVersion)
? t.appSelectorCard.anyVersion
: 'v${widget.suggestedVersion}',
),
),
Expand Down

0 comments on commit c72d10a

Please sign in to comment.