This commit is contained in:
nasir@endelospay.com 2024-06-08 04:20:24 +05:00
parent 908fdd43e5
commit c1a05b6404
2 changed files with 7 additions and 4 deletions

View File

@ -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 -->

View File

@ -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 -->