From 6ee9d139e87f6bdb90041a8f9ff9ca12987652f4 Mon Sep 17 00:00:00 2001 From: Yuze Fu Date: Fri, 25 Oct 2024 15:33:25 +0900 Subject: [PATCH] feat(event): clarify time of arrival --- Net.Vatprc.Uniapi.UI.Event/src/components/slot-detail.tsx | 2 +- Net.Vatprc.Uniapi.UI.Event/src/components/slot-import.tsx | 2 +- Net.Vatprc.Uniapi.UI.Event/src/routes/events/$event_id.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Net.Vatprc.Uniapi.UI.Event/src/components/slot-detail.tsx b/Net.Vatprc.Uniapi.UI.Event/src/components/slot-detail.tsx index 3d9dfb0..4c867b1 100644 --- a/Net.Vatprc.Uniapi.UI.Event/src/components/slot-detail.tsx +++ b/Net.Vatprc.Uniapi.UI.Event/src/components/slot-detail.tsx @@ -82,7 +82,7 @@ export const SlotDetail = ({ eventId, slotId }: { eventId: string; slotId: strin {slot?.leave_at && ( - TTA + ELDT {slot?.leave_at} )} diff --git a/Net.Vatprc.Uniapi.UI.Event/src/components/slot-import.tsx b/Net.Vatprc.Uniapi.UI.Event/src/components/slot-import.tsx index 3723a62..f9560fe 100644 --- a/Net.Vatprc.Uniapi.UI.Event/src/components/slot-import.tsx +++ b/Net.Vatprc.Uniapi.UI.Event/src/components/slot-import.tsx @@ -137,7 +137,7 @@ export const ImportSlot = ({ eventId }: { eventId: string }) => { {slot.enter_at} - TTA + ELDT {slot.enter_at} diff --git a/Net.Vatprc.Uniapi.UI.Event/src/routes/events/$event_id.tsx b/Net.Vatprc.Uniapi.UI.Event/src/routes/events/$event_id.tsx index 33619b7..ecc76d7 100644 --- a/Net.Vatprc.Uniapi.UI.Event/src/routes/events/$event_id.tsx +++ b/Net.Vatprc.Uniapi.UI.Event/src/routes/events/$event_id.tsx @@ -40,7 +40,7 @@ const EventComponent = () => { {slot.leave_at && ( - TTA + ELDT {slot.leave_at}