Skip to content

Commit 22e0abb

Browse files
fixing version string
1 parent 37be214 commit 22e0abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard-plugin/FederationDashboardPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const computeVersionStrategy = (stats, arg) => {
3939
} else if (arg === "gitSha") {
4040
return gitSha;
4141
} else if (arg) {
42-
return arg;
42+
return arg.toString();
4343
} else {
4444
return gitSha;
4545
}

0 commit comments

Comments
 (0)