Skip to content

Commit

Permalink
fix rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzhao committed Jan 22, 2024
1 parent 4d7b406 commit a7485bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/UIComponent/Components/Layout/Inset/Insets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct InsetsRenderNode: RenderNode {
}

/// The content render nodes of this render node.
var contentren: [any RenderNode] {
var children: [any RenderNode] {
[content]
}

Expand Down

0 comments on commit a7485bb

Please sign in to comment.