faqs added
This commit is contained in:
parent
eddf8cd81a
commit
91c70c173b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue