Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Oct 15, 2024
1 parent 0ec6733 commit 46b821f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/widget/widget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ local Table = require('Module:Table')
---@operator call(table): self
---@field context Widget[]
---@field props table<string, any>
---@field injector WidgetInjector?
local Widget = Class.new(function(self, props)
self.props = Table.deepMerge(Table.deepCopy(self.defaultProps), props)
self.props.children = self.props.children or {}
Expand Down

0 comments on commit 46b821f

Please sign in to comment.