Skip to content

Commit

Permalink
Update components/infobox/wikis/deadlock/infobox_item_custom.lua
Browse files Browse the repository at this point in the history
Co-authored-by: hjpalpha <[email protected]>
  • Loading branch information
Kanopedia and hjpalpha authored Oct 17, 2024
1 parent 08104b5 commit 1a478ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/infobox/wikis/deadlock/infobox_item_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function CustomInjector:parse(id, widgets)
}
widgets = caller:_getAttributeCells(attributeCells)
table.insert(widgets, Cell{name = 'Standard Bonus', children = {args.standardbonus}})
if not Table.isEmpty(widgets) then
if Table.isNotEmpty(widgets) then
table.insert(widgets, 1, Title{children = 'Attributes'})
end
return widgets
Expand Down

0 comments on commit 1a478ed

Please sign in to comment.