commit
This commit is contained in:
parent
75eef92707
commit
a8e44a6fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ function mapStringToState(str) {
|
|||
const regexMatches = [...str.matchAll(regexExp)];
|
||||
const globalStateMatches = regexMatches.filter(match => {
|
||||
return match[1] === dynamicStrings.GLOBAL_STATE;
|
||||
})
|
||||
});
|
||||
|
||||
// Our final string value that will be built from the matches.
|
||||
let stringBuilder = "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue