Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit cc0224a

Browse files
authored
Merge pull request #195 from ExpDev07/dev
Small bugfix
2 parents ba7cf65 + 371e875 commit cc0224a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/Players/Show.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
v-else-if="player.discord"
311311
href="#"
312312
:title="t('players.show.discord_copy')"
313-
@click="copyText($event, '<@' + discord.id + '>')"
313+
@click="copyText($event, '<@' + player.discord + '>')"
314314
>
315315
<i class="mr-1 fab fa-discord"></i>
316316
{{ t('players.show.discord') }}

0 commit comments

Comments
 (0)