Skip to content

Commit

Permalink
Update player-list-item.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
senoramarillo authored Aug 22, 2024
1 parent 9574609 commit c208727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/player-list-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class PlayerListItemComponent extends LitElement {

protected render(): TemplateResult {
return html`
<a class="root" href=${`${BASE_PATH_WITHOUT_DOMAIN}/player/${this.data.lastName}/${this.data.playerId}`}>
<a class="root" href=${`${BASE_PATH_WITHOUT_DOMAIN}/player/${this.data.playerName}/${this.data.playerId}`}>
<div class="left">
<img
class="player-img"
Expand Down

0 comments on commit c208727

Please sign in to comment.