Skip to content

Commit

Permalink
5512: petition formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TomElliottFlexion committed May 9, 2024
1 parent 8933985 commit 52e9465
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ export const Petition = ({
{contactPrimary.address2 && <div>{contactPrimary.address2}</div>}
{contactPrimary.address3 && <div>{contactPrimary.address3}</div>}
<div>
{contactPrimary.city},{''}
{contactPrimary.state}
{contactPrimary.city}, {contactPrimary.state}{' '}
{contactPrimary.postalCode}
</div>
<div>{contactPrimary.phone}</div>
Expand Down

0 comments on commit 52e9465

Please sign in to comment.