faqs added

This commit is contained in:
Komek Hayytnazarov 2022-12-13 13:55:32 +05:00
parent eddf8cd81a
commit 91c70c173b
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ const fetchFAQs = async () => {
FAQs.value = [...response['data']];
isLoading.value = false;
console.log("response fetchUsers: ", FAQs.value);
} catch (error) {
console.log("contract error ", error);
isLoading.value = false;