Skip to content

Commit

Permalink
fix(default-theme): display of country name in checkout forms (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaswolf authored Nov 18, 2020
1 parent e0cc143 commit 6487089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{{ address.street }}<br />
{{ address.zipcode }}<br />
{{ address.city }}<br />
{{ address.country }}<br />
{{ address.country.name }}<br />
{{ address.phoneNumber }}
</p>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{{ address.street }}<br />
{{ address.zipcode }}<br />
{{ address.city }}<br />
{{ address.country }}<br />
{{ address.country.name }}<br />
{{ address.phoneNumber }}
</p>
</template>
Expand Down

1 comment on commit 6487089

@vercel
Copy link

@vercel vercel bot commented on 6487089 Nov 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.