Update spacing

This commit is contained in:
Rebecca Hsieh 2024-01-25 12:43:40 -08:00
parent 694ae50e34
commit 29af5d4ac6
No known key found for this signature in database

View file

@ -206,7 +206,6 @@ function handleInputValidation(e) {
function handleValidationClick(e) {
const attribute = e.target.getAttribute("validate-for") || "";
if (!attribute.length) return;
const input = document.getElementById(attribute);
runValidators(input);
}