msg type defined

This commit is contained in:
VividTruthKeeper 2022-11-22 14:02:40 +05:00
parent 08797718da
commit 8bdb74dfa3
1 changed files with 3 additions and 2 deletions

View File

@ -143,11 +143,12 @@ const ContactUs = () => {
setTopic(e);
if (
e === "Пластиковые карты" ||
e === "Plastik kartlar"
e === "Plastik kartlar" ||
e === "Plastic cards"
) {
setInputValid({ ...inputValid, type: 1 });
} else {
setInputValid({ ...inputValid, type: 0 });
setInputValid({ ...inputValid, type: 2 });
}
}}
eTarget={true}