Fix: No comma when locality is empty (small fix) #2111
Reference in New Issue
Block a user
Delete Branch "no-locality-comma-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently when Properties have empty address it shows a single comma on subtitle

This PR pushes a fix for that, when no Locality is saved, there is no comma
And, perhaps, another fix could be added here.
It seems i18n format should supposed be shown like right side of image? If so, I could just update that too.
@LEstradioto So "proper" for a one-liner would actually be a comma after the street name as well.
123 Main St, San Francisco, CA 94105 USGreat, thanks. Address string will now follow the I18n formatting and as a one-liner
Merged. Thanks so much, @LEstradioto!