Skip to content

Commit

Permalink
removing check which is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
charleycampbell committed Oct 20, 2023
1 parent 7693d94 commit 9554af9
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions client/components/mma/delivery/address/DeliveryAddressForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -498,18 +498,16 @@ export const DeliveryAddressUpdate = (props: WithProductType<ProductType>) => {

return (
<>
{!hasNationalDelivery && (
<ProgressIndicator
steps={[
{ title: 'Update', isCurrentStep: true },
{ title: 'Review' },
{ title: 'Confirmation' },
]}
additionalCSS={css`
margin-top: ${space[5]}px;
`}
/>
)}
<ProgressIndicator
steps={[
{ title: 'Update', isCurrentStep: true },
{ title: 'Review' },
{ title: 'Confirmation' },
]}
additionalCSS={css`
margin-top: ${space[5]}px;
`}
/>
<h2
css={css`
${subHeadingCss}
Expand Down

0 comments on commit 9554af9

Please sign in to comment.