Skip to content

Commit

Permalink
fix: remove redundant "v" in the downloader screen (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAngelos6 authored May 26, 2023
1 parent 8af62b9 commit 4ccb9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/views/home/home_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class HomeViewModel extends BaseViewModel {
),
const SizedBox(width: 8.0),
Text(
'v$_latestManagerVersion',
'$_latestManagerVersion',
style: TextStyle(
fontSize: 18,
fontWeight: FontWeight.w500,
Expand Down

0 comments on commit 4ccb9ac

Please sign in to comment.