diff --git a/src/app/chatbot/utils/quick-actions.ts b/src/app/chatbot/utils/quick-actions.ts index 7a37a00..10aeb32 100644 --- a/src/app/chatbot/utils/quick-actions.ts +++ b/src/app/chatbot/utils/quick-actions.ts @@ -27,5 +27,5 @@ export async function getTodaysTermQuery(): Promise { if (!todayTerm) { return "TypeScript"; } - return todayTerm.termKo; + return todayTerm.termEn || todayTerm.termKo; }