chore: Apply linting fixes
This commit is contained in:
committed by
mrugesh mohapatra
parent
a63b84e748
commit
8e0237d042
@@ -65,7 +65,7 @@ export function getValidationState(field) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (/https?:\/\/glitch\.com\/edit\/#!\/.*/g.test(field.value)) {
|
||||
if ((/https?:\/\/glitch\.com\/edit\/#!\/.*/g).test(field.value)) {
|
||||
return 'glitch-warning';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user