From 95ea33b8a6957b29f7789901b845ed10baeaa0f9 Mon Sep 17 00:00:00 2001 From: Denny Huang Date: Fri, 6 Dec 2024 23:32:07 +0800 Subject: [PATCH] feat: time table add record --- components/TimeTable.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/TimeTable.tsx b/components/TimeTable.tsx index 9810e16..049833c 100644 --- a/components/TimeTable.tsx +++ b/components/TimeTable.tsx @@ -95,6 +95,7 @@ export default function TimeTable() { speakers: any; slide: string; co_write: string; + record: string; type: string; } @@ -366,6 +367,15 @@ export default function TimeTable() { 課程共筆 )} + {sessionMessage.record && ( + + 課程錄影 + + )}