Skip to content

Commit

Permalink
Amend PT message
Browse files Browse the repository at this point in the history
  • Loading branch information
bronthulke committed Jun 24, 2021
1 parent a46c0d8 commit 16dacd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ export default {
<div class="col-12">
<a name="ptdetails"></a>
<h5>PUBLIC TRANSPORT</h5>
<p v-if="ptRecords.Length == 0">
No current listings
<p v-if="ptRecords.length == 0">
No current public transport exposure sites.
</p>
<ul v-else class="text-list">
<li v-for="item in ptRecords" :key="item.id">
Expand Down

0 comments on commit 16dacd7

Please sign in to comment.