From 473c672327269385201f9f6271a033f901d6b32c Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Mon, 13 Sep 2021 04:13:25 +0000 Subject: [PATCH] Build title updates page title. --- src/TestPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TestPanel.js b/src/TestPanel.js index b67c863..f2359b3 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -631,7 +631,7 @@ function deepCopySkills(skillData) { return (<> - {"Test - "+APP_TITLE+(BUILDID?" Build #"+BUILDID:"")} + {`${buildName} - ${APP_TITLE}`}