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