Skip to content

Commit 801f945

Browse files
committed
fix(ui): display correctly the build name build name
1 parent a3d1c47 commit 801f945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/chabo_about_screen/chabo_about_screen.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class ChaboAboutScreen extends StatelessWidget {
151151
),
152152
),
153153
Text(
154-
' | v${_formatBetaVersion(snapshot.data!.version)} (${snapshot.data!.buildNumber})',
154+
' | ${_formatBetaVersion(snapshot.data!.version)} (${snapshot.data!.buildNumber})',
155155
style: textTheme.bodyMedium,
156156
),
157157
],

0 commit comments

Comments
 (0)