Skip to content

Commit

Permalink
feat: remove duplicated location cell, add status cell on F1 Map Info…
Browse files Browse the repository at this point in the history
…box (#4101)

kick redundant param, add status
  • Loading branch information
iamentry authored Mar 19, 2024
1 parent 9988dc5 commit a04b4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/infobox/wikis/formula1/infobox_map_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ function CustomInjector:parse(id, widgets)
return Array.appendWith(widgets,
Cell{name = 'Architect', content = {args.architect}},
Cell{name = 'Capacity', content = {args.capacity}},
Cell{name = 'Location', content = {args.circuitlocation}},
Cell{name = 'Opened', content = {args.opened}},
Cell{name = 'Status', content = {args.status}},
Cell{name = 'Turns', content = {args.turns}},
Cell{name = 'Laps', content = {args.laps}},
Cell{name = 'Direction', content = {args.direction}},
Expand Down

0 comments on commit a04b4dd

Please sign in to comment.