update anjungan
This commit is contained in:
No files matched your search
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user