From a0e83d3cfb6fba7dab7ae62ecba2d62bd20e09a0 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Thu, 17 Jul 2025 16:46:38 -0700 Subject: [PATCH] Allow direct link to resume edit --- frontend/src/pages/JobAnalysisPage.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/pages/JobAnalysisPage.tsx b/frontend/src/pages/JobAnalysisPage.tsx index f3219bf..aa5fd2e 100644 --- a/frontend/src/pages/JobAnalysisPage.tsx +++ b/frontend/src/pages/JobAnalysisPage.tsx @@ -399,10 +399,6 @@ const JobAnalysisPage: React.FC = () => { }; const renderResume = (): JSX.Element => { - if (!analysisState.job || !analysisState.candidate || !analysisState.analysis) { - return <>; - } - return ; };