Add photo's city to Postcard on Photos grid

This commit is contained in:
2021-11-14 19:51:31 +01:00
parent db7307669d
commit cf6afd832e
2 changed files with 4 additions and 3 deletions

View File

@@ -39,7 +39,6 @@
<ul class="postcard__address">
<li>{street}</li>
<li>{location}{region ? `, ${region}` : ''}</li>
<li>{country}</li>
</ul>
</div>
</div>