add hash before build nr, fix typo
This commit is contained in:
@ -233,7 +233,7 @@ class _BuildScreenState extends State<BuildScreen> {
|
||||
),
|
||||
SideCard(
|
||||
title: "Build Number",
|
||||
textRight: buildData.id.toString(),
|
||||
textRight: "#${buildData.id}",
|
||||
),
|
||||
SideCard(
|
||||
title: "Version",
|
||||
|
Reference in New Issue
Block a user