mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 19:16:53 +00:00
remove subtitle from destination card
This commit is contained in:
parent
b89ec4b279
commit
381b2088ac
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
<v-list-item>
|
||||
<v-list-item-title class="title-text">{{nearestStructureData.display_name}}</v-list-item-title>
|
||||
<v-list-item-subtitle class="subtitle-text">{{destination.subTitle}}</v-list-item-subtitle>
|
||||
<!-- <v-list-item-subtitle class="subtitle-text">{{destination.subTitle}}</v-list-item-subtitle> -->
|
||||
</v-list-item>
|
||||
|
||||
<v-list-item>
|
||||
|
|
Loading…
Reference in a new issue