-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Lines 95 to 105 in 4b897c9
| // useEffect(() => { | |
| // if (curProdId !== 0) { | |
| // axios.get(`/qa/questions/${curProdId}`) | |
| // .then((data) => setQaList(data.data)) | |
| // .catch((err) => console.log('Error! ', err)); | |
| // axios.get(`/qa/questions/${curProdId}/answers`) | |
| // .then((data) => setAnswerList(data.data)) | |
| // .catch((err) => console.log(err)); | |
| // } | |
| // }, [curProdId]); |
The main branch should be void of any testing console logs and commented code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels