fix
This commit is contained in:
parent
908fdd43e5
commit
c1a05b6404
@ -53,7 +53,8 @@ const downloadFile = (fileUrl) => {
|
|||||||
>
|
>
|
||||||
|
|
||||||
<!-- SECTION Timeline Item: Flight -->
|
<!-- SECTION Timeline Item: Flight -->
|
||||||
<template v-for="(p_note, index) in props.notesData.patientNotes" :key="index">
|
|
||||||
|
<template v-for="(p_note, index) in props.notesData.patientNotes" :key="index" v-if="props.notesData.patientNotes.length>0">
|
||||||
<VTimelineItem
|
<VTimelineItem
|
||||||
dot-color="primary"
|
dot-color="primary"
|
||||||
size="x-small"
|
size="x-small"
|
||||||
@ -95,8 +96,9 @@ const downloadFile = (fileUrl) => {
|
|||||||
</div> -->
|
</div> -->
|
||||||
</VTimelineItem>
|
</VTimelineItem>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- !SECTION -->
|
<!-- !SECTION -->
|
||||||
|
|
||||||
<!-- !SECTION -->
|
<!-- !SECTION -->
|
||||||
|
@ -223,10 +223,11 @@ const resolveUserRoleVariant = role => {
|
|||||||
<!-- !SECTION -->
|
<!-- !SECTION -->
|
||||||
|
|
||||||
<!-- SECTION Current Plan -->
|
<!-- SECTION Current Plan -->
|
||||||
<VCol cols="12">
|
<VCol cols="12" v-if="props.userData.plans[0]">
|
||||||
<VCard
|
<VCard
|
||||||
flat
|
flat
|
||||||
class="current-plan"
|
class="current-plan"
|
||||||
|
|
||||||
>
|
>
|
||||||
<VCardText class="d-flex">
|
<VCardText class="d-flex">
|
||||||
<!-- 👉 Standard Chip -->
|
<!-- 👉 Standard Chip -->
|
||||||
|
Loading…
Reference in New Issue
Block a user