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

View File

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