Skip to content

Commit

Permalink
Fixed linting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMallard committed Oct 19, 2024
1 parent 98f869a commit 4f2a701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/Tab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ return function(Iris: Types.Internal, widgets: Types.WidgetUtility)
TextLabel.Text = thisWidget.arguments.Text
CloseButton.Visible = if thisWidget.arguments.Hideable == true then true else false
end,
ChildAdded = function(thisWidget: Types.Tab, thisChild: Types.Widget)
ChildAdded = function(thisWidget: Types.Tab, _thisChild: Types.Widget)
return thisWidget.ChildContainer
end,
GenerateState = function(thisWidget: Types.Tab)
Expand Down

0 comments on commit 4f2a701

Please sign in to comment.