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 && ( + + 課程錄影 + + )}