Skip to content

Commit

Permalink
fix(squad): error on league of legends (#4151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz authored Apr 5, 2024
1 parent e7a1d7c commit fc76dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/squad/wikis/leagueoflegends/squad_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function CustomSquad._playerRow(player, squadType)
row:date(player.inactivedate, 'Inactive Date: ', 'inactivedate')
end

return row:create(row:create(SquadUtils.defaultObjectName(player, squadType)))
return row:create(SquadUtils.defaultObjectName(player, squadType))
end

return CustomSquad

0 comments on commit fc76dd6

Please sign in to comment.