Skip to content

Commit 4186bf3

Browse files
committed
fix: removed presetQuestions
1 parent 75d5217 commit 4186bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/statementWizard/StatementWizard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const StatementWizard: React.FC<StatementWizardProps> = ({
9090
return 'Add additional statement if needed';
9191
}
9292
return (
93-
presetQuestion?.steps?.[currentStep]?.question ||
93+
// presetQuestion?.steps?.[currentStep]?.question ||
9494
defaultQuestions(username, selection)[currentStep]
9595
);
9696
};

0 commit comments

Comments
 (0)