diff --git a/src/modules/estimateWizard/CustomerEstimateWizard.jsx b/src/modules/estimateWizard/CustomerEstimateWizard.jsx index dd98808..faa59c6 100644 --- a/src/modules/estimateWizard/CustomerEstimateWizard.jsx +++ b/src/modules/estimateWizard/CustomerEstimateWizard.jsx @@ -12,7 +12,7 @@ import WizardShell from './components/WizardShell'; const CompletionScreen = () => { const { inputs, reset } = useEstimateWizard(); return ( -
diff --git a/src/modules/estimateWizard/components/WizardShell.jsx b/src/modules/estimateWizard/components/WizardShell.jsx index 3d0d76f..89a5e46 100644 --- a/src/modules/estimateWizard/components/WizardShell.jsx +++ b/src/modules/estimateWizard/components/WizardShell.jsx @@ -102,14 +102,14 @@ const WizardShell = () => { }; return ( -