diff --git a/frontend/src/Store/ReqStore.ts b/frontend/src/Store/ReqStore.ts index 1116f14..63df23f 100644 --- a/frontend/src/Store/ReqStore.ts +++ b/frontend/src/Store/ReqStore.ts @@ -177,7 +177,7 @@ class reqStore { if (this.isLoading) return this.resetCore() this.isLoading = true - this.currentQuestion = question + // this.currentQuestion = question const fresp = fetch(continueAPI, { method: 'POST', headers: {