@@ -469,7 +469,7 @@ export default {
} else {
this.AD.header = {}
}
- if (full.length) {
+ if (full?.length) {
this.AD.full = full.map(adConfigFormatter)[0]
this.onInitNextDialog()