bugfix: add optional check undefind subtext susbcription

This commit is contained in:
Nam Doan
2026-01-09 13:54:08 +07:00
parent 973b1bdb68
commit 9622af2c9e
@@ -188,8 +188,8 @@ export default function VtSubcription({
</form>
{classes?.subtextSubcribe && (
<div className={props.subtextSubcribe.className}>
{props.subtextSubcribe.label}
<div className={props.subtextSubcribe?.className}>
{props.subtextSubcribe?.label}
</div>
)}
{submitted && (