From 0c7d63854378a3f358329fe919f4475a802710a9 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Thu, 22 May 2025 17:11:43 -0700 Subject: [PATCH] Fixups --- frontend/src/NewApp/Pages/GenerateCandidate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/NewApp/Pages/GenerateCandidate.tsx b/frontend/src/NewApp/Pages/GenerateCandidate.tsx index cc4e799..b657260 100644 --- a/frontend/src/NewApp/Pages/GenerateCandidate.tsx +++ b/frontend/src/NewApp/Pages/GenerateCandidate.tsx @@ -290,7 +290,7 @@ const GenerateCandidate = (props: BackstoryElementProps) => { } else { setTimestamp(Date.now()) } - if (data.message !== '') { + if (data.message) { setStatus(data.message); } break;