Skip to content

Commit

Permalink
fix(points): show right images
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassimoen committed Dec 2, 2023
1 parent 202b7ed commit 6677e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Points/Points.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,13 +231,13 @@ export const _TeamPoints = (props: AbstractTeamType) => {
playerPointsColor={"#fff"}
playerPointsBgColor="#84FF00"
bg={teamBackground}
playerType={PlayerType.SoccerShirt} />
playerType={PlayerType.SoccerPortrait} />
<Substitutes
selection={bench}
title={"De bank"}
clubs={clubs}
assetsCdn={application.competition.assetsCdn}
playerType={PlayerType.SoccerShirt}
playerType={PlayerType.SoccerPortrait}
playerBadgeColor={"#000"}
playerBadgeBgColor={theme.primaryColor}
playerPointsColor={"#000"}
Expand Down

0 comments on commit 6677e5a

Please sign in to comment.