diff --git a/src/views/components/dashboard/DashboardPriceChart2.vue b/src/views/components/dashboard/DashboardPriceChart2.vue index fd626652..01bbe3e2 100644 --- a/src/views/components/dashboard/DashboardPriceChart2.vue +++ b/src/views/components/dashboard/DashboardPriceChart2.vue @@ -176,6 +176,14 @@ > Github + + Discord + x.includes('discord')) + if (discordLink) { + return discordLink ? `${discordLink}` : '#' + } + return '#' + }, telegram() { if (this.coinInfo.links) { return this.coinInfo.links.telegram_channel_identifier ? `https://t.me/${this.coinInfo.links.telegram_channel_identifier}` : '#'