import ShowAddress in CourseLocation, with alert if temporary address

This commit is contained in:
2021-08-13 17:20:58 +02:00
parent d6e41e5ac7
commit 17dd52c3dc
3 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="chill-entity entity-address">
<div class="chill-entity entity-address my-3">
<div class="address multiline">
<p v-if="address.text"
class="street">
@@ -51,8 +51,6 @@
</span>
</div>
</div>
</div>
</template>