Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
velnachev committed Oct 17, 2024
1 parent 4b0fb2e commit 7afb98a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/client/support-form/SupportForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export default function SupportForm() {
const isThankYouStep = (activeStep: number, steps: StepType[]): boolean => {
return activeStep === steps.length - 1
}
console.log(currentValidatedField)

return (
<GenericForm<SupportFormData>
Expand Down

0 comments on commit 7afb98a

Please sign in to comment.