Skip to content

Commit fb73c58

Browse files
fix: remove mock state
1 parent 82cbc3c commit fb73c58

File tree

1 file changed

+0
-1
lines changed
  • src/views/StatusAlert/SelfAssessment

1 file changed

+0
-1
lines changed

src/views/StatusAlert/SelfAssessment/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import SelfCompleteStatusAlert from './CompleteStatusAlert';
1010
const SelfAssessmentStatusAlert = () => {
1111
const stepState = useStepState({ step: stepNames.self });
1212
// const stepState = stepStates.completed;
13-
return <SelfClosedStatusAlert />;
1413
if (stepState === stepStates.cancelled) {
1514
return <SelfCancelledStatusAlert />;
1615
}

0 commit comments

Comments
 (0)