true - false changed to 1-0

This commit is contained in:
VividTruthKeeper 2022-04-23 14:59:03 +05:00
parent 79e7969f29
commit e492d413d4
1 changed files with 2 additions and 2 deletions

View File

@ -109,9 +109,9 @@ const ContactUs = () => {
e === "Пластиковые карты" ||
e === "Plastik kartlar"
) {
setInputValid({ ...inputValid, type: true });
setInputValid({ ...inputValid, type: 1 });
} else {
setInputValid({ ...inputValid, type: false });
setInputValid({ ...inputValid, type: 0 });
}
}}
eTarget={true}