working feedback, still has requests in wrong order
This commit is contained in:
@@ -15,6 +15,7 @@ const PromptDisplay = () => {
|
||||
});
|
||||
const [showFeedbackWeighting, setShowFeedbackWeighting] = useState(false);
|
||||
const [fillPoolLoading, setFillPoolLoading] = useState(false);
|
||||
const [drawButtonDisabled, setDrawButtonDisabled] = useState(false);
|
||||
|
||||
useEffect(() => {
|
||||
fetchMostRecentPrompt();
|
||||
|
||||
Reference in New Issue
Block a user