bugfix: add optional check undefind subtext susbcription
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user