Skip to content

Commit

Permalink
another review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hejkal committed Dec 13, 2024
1 parent 59f212e commit 0e8811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/recurring_donations/edit/index.es6
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function view(state) {
h('small', [
[supporter.address, supporter.city].filter(i => i).join(', ')
, h('br')
, [supporter.state_code, supporter.zip_code, supporter.country].join(', ')
, [supporter.state_code, supporter.zip_code, supporter.country].filter(i => i).join(', ')
])
])
])
Expand Down

0 comments on commit 0e8811a

Please sign in to comment.