We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cbc3c commit fb73c58Copy full SHA for fb73c58
src/views/StatusAlert/SelfAssessment/index.jsx
@@ -10,7 +10,6 @@ import SelfCompleteStatusAlert from './CompleteStatusAlert';
10
const SelfAssessmentStatusAlert = () => {
11
const stepState = useStepState({ step: stepNames.self });
12
// const stepState = stepStates.completed;
13
- return <SelfClosedStatusAlert />;
14
if (stepState === stepStates.cancelled) {
15
return <SelfCancelledStatusAlert />;
16
}
0 commit comments