chore: Apply linting fixes

This commit is contained in:
Bouncey
2019-02-16 08:20:53 +00:00
committed by mrugesh mohapatra
parent a63b84e748
commit 8e0237d042
16 changed files with 95 additions and 51 deletions

View File

@@ -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';
}