Allow direct link to resume edit
This commit is contained in:
parent
35a296889b
commit
a0e83d3cfb
@ -399,10 +399,6 @@ const JobAnalysisPage: React.FC<BackstoryPageProps> = () => {
|
||||
};
|
||||
|
||||
const renderResume = (): JSX.Element => {
|
||||
if (!analysisState.job || !analysisState.candidate || !analysisState.analysis) {
|
||||
return <></>;
|
||||
}
|
||||
|
||||
return <ResumeEdit />;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user