From 9622af2c9e33ea2bea6e48b2a85a3ba43ac5b785 Mon Sep 17 00:00:00 2001 From: Nam Doan Date: Fri, 9 Jan 2026 13:54:08 +0700 Subject: [PATCH] bugfix: add optional check undefind subtext susbcription --- src/modules/home/components/vt-subcription/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/home/components/vt-subcription/index.tsx b/src/modules/home/components/vt-subcription/index.tsx index c3b0b4f..cf40c9d 100644 --- a/src/modules/home/components/vt-subcription/index.tsx +++ b/src/modules/home/components/vt-subcription/index.tsx @@ -188,8 +188,8 @@ export default function VtSubcription({ {classes?.subtextSubcribe && ( -
- {props.subtextSubcribe.label} +
+ {props.subtextSubcribe?.label}
)} {submitted && (