Skip to content

Commit

Permalink
fix(scroller): use correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassimoen committed Dec 4, 2023
1 parent fbbbef4 commit c0b6e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/EditTeam/EditTeam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const _EditTeam = (props: AbstractTeamType) => {
<Col md={12} sm={12} xs={24} className="right">
<Block>
<Title level={2}>{t("general.footballAllPlayers")}</Title>
<Element name="all-player">
<Element name="all-players">
<PlayerList
data={players}
clubs={clubs}
Expand Down

0 comments on commit c0b6e6c

Please sign in to comment.