I have this condition className={errors.firstName ? "invalid" : "valid"}
className={errors.firstName ? "invalid" : "valid"}
But I need it to be default to an empty string if neither of th