fix: Show version label correctly

This commit is contained in:
oSumAtrIX 2024-02-25 19:53:58 +01:00
parent 3e696d6847
commit c72d10ac85
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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}',
),
),