Allow direct link to resume edit

This commit is contained in:
James Ketr 2025-07-17 16:46:38 -07:00
parent 35a296889b
commit a0e83d3cfb

View File

@ -399,10 +399,6 @@ const JobAnalysisPage: React.FC<BackstoryPageProps> = () => {
};
const renderResume = (): JSX.Element => {
if (!analysisState.job || !analysisState.candidate || !analysisState.analysis) {
return <></>;
}
return <ResumeEdit />;
};