Skip to content

Commit

Permalink
fix: padding issue on address verify (#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyjablonski authored Dec 5, 2023
1 parent 8751c6e commit 7bf05c1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions sites/public/src/pages/applications/contact/address.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -640,12 +640,13 @@ const ApplicationAddress = () => {
)}
</CardSection>
</div>

{verifyAddress && (
<AddressValidationSelection
{...{ foundAddress, newAddressSelected, setNewAddressSelected, setVerifyAddress }}
/>
)}
<CardSection>
{verifyAddress && (
<AddressValidationSelection
{...{ foundAddress, newAddressSelected, setNewAddressSelected, setVerifyAddress }}
/>
)}
</CardSection>
</ApplicationFormLayout>
</Form>
</FormsLayout>
Expand Down

0 comments on commit 7bf05c1

Please sign in to comment.