removed unwanted logs
This commit was merged in pull request #848.
This commit is contained in:
@@ -42,7 +42,7 @@ export default function QuestionsTab({ className, products }) {
|
||||
question: ''
|
||||
}
|
||||
apiCall.askResourcesResult().then(res => {
|
||||
console.log(res.data.choices[0].text)
|
||||
// console.log(res.data.choices[0].text)
|
||||
if(!res.data || res.data?.choices?.length < 1){
|
||||
setRequestStatus({loading: false, status: false, message: 'No result found!'})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user