env variable added

This commit was merged in pull request #9.
This commit is contained in:
victorAnumudu
2023-06-27 16:10:51 +01:00
parent 4829c9cd7e
commit 9771375431
21 changed files with 86 additions and 41 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ titleLen(title){
if ( this.state.jobsDataResults== undefined ){
return null;
}
var dashUrl = site.dash_url;
var dashUrl = process.env.REACT_APP_DASH_URL;
if (this.state.jobsDataResults.length == 0){
return <></>;