From f41a51d9d0e75c7ee3e13f82250c8c5df025996f Mon Sep 17 00:00:00 2001 From: Andrian Roshandy Date: Wed, 19 Nov 2025 10:58:26 +0700 Subject: [PATCH] feat/prescription: cleaning --- app/components/app/prescription/entry.vue | 6 ++ app/components/app/prescription/flat-list.vue | 2 - .../app/prescription/list-with-sub.vue | 60 +++++++++---------- 3 files changed, 35 insertions(+), 33 deletions(-) diff --git a/app/components/app/prescription/entry.vue b/app/components/app/prescription/entry.vue index af59a87d..28041eea 100644 --- a/app/components/app/prescription/entry.vue +++ b/app/components/app/prescription/entry.vue @@ -41,4 +41,10 @@ defineProps<{ + diff --git a/app/components/app/prescription/flat-list.vue b/app/components/app/prescription/flat-list.vue index cf563ef2..fe0bab9c 100644 --- a/app/components/app/prescription/flat-list.vue +++ b/app/components/app/prescription/flat-list.vue @@ -1,11 +1,9 @@