Skip to content

Commit

Permalink
fix(minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
marker-dao committed Nov 7, 2023
1 parent ffb78a7 commit 48941a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formats/table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ class RowContainer extends Container {
this.statics.requiredContainer
&& !(this.parent instanceof this.statics.requiredContainer)
) {
const domNode = this.children.head.children.head.children.head?.domNode || null;
const domNode = this.children.head.children.head.children?.head?.domNode || null;
const formats = {};

if (domNode) {
Expand Down

0 comments on commit 48941a7

Please sign in to comment.