removing erroneous variable that is not used, left over from merging (#5544)

This commit is contained in:
Jamie V 2022-07-20 14:44:31 -07:00 committed by GitHub
parent 76c5f61f8c
commit 5bc12d398a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,8 +86,6 @@ export default {
return;
}
cssClass = `${cssClass} req`;
if (this.visited && this.valid !== undefined) {
if (this.valid === true) {
reqClass = 'valid';