Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Oct 14, 2024
1 parent 251a3a1 commit 2905c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/widget/widget_customizable.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Customizable:render()
if injector == nil then
return self.props.children
end
return injector(self.id, self.props.children)
return injector(self, self.id, self.props.children)
end

return Customizable

0 comments on commit 2905c40

Please sign in to comment.