update anjungan

This commit is contained in:
bagus-arie05
2026-01-23 08:22:42 +07:00
parent e900c5a1c2
commit 8de89cb579
2 changed files with 25 additions and 28 deletions

No files matched your search

+1 -1
View File
@@ -820,7 +820,7 @@ export const useClinicStore = defineStore('clinic', () => {
subtitle: "",
icon: "mdi-hospital-box",
shift: `${parsed.shift} SHIFT`,
schedule: `Mulai Pukul ${firstShift?.dari || '07:00'}`,
schedule: `Mulai Pukul ${(firstShift?.dari || '07:00').substring(0, 5)}`,
available: item.active,
doctors: [],
shifts: [],