Show date close date (P3999) in item detail

This commit is contained in:
Edward Betts 2021-07-02 11:08:53 +02:00
parent 72c32f38ce
commit 0aa2bfc4b7
3 changed files with 25 additions and 2 deletions

View file

@ -321,6 +321,11 @@
<br>{{wd_item.street_address[0]}}
</span>
<span v-if="wd_item.closed.length">
<br><strong>closed</strong>
<br>{{wd_item.closed.join('; ')}}
</span>
</div>
<div class="col">