diff --git a/src/components/cards/NotificationChannelCard.vue b/src/components/cards/NotificationChannelCard.vue index 576acc60..4edba69e 100644 --- a/src/components/cards/NotificationChannelCard.vue +++ b/src/components/cards/NotificationChannelCard.vue @@ -106,8 +106,6 @@ const getIcon = computed(() => { return slack_image case 'webpush': return chrome_image - case 'wechat': - return wechat_image default: return custom_image }