From 054c376c74fbab930611c6435e9e15676dcf55c3 Mon Sep 17 00:00:00 2001 From: Red-Asuka Date: Tue, 23 Aug 2022 16:51:42 +0800 Subject: [PATCH] fix(desktop): fix subscription color bug --- src/components/SubscriptionsList.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/SubscriptionsList.vue b/src/components/SubscriptionsList.vue index 2e3c320ab..bdba8cd33 100644 --- a/src/components/SubscriptionsList.vue +++ b/src/components/SubscriptionsList.vue @@ -391,9 +391,6 @@ export default class SubscriptionsList extends Vue { color = getRandomColor() id = getSubscriptionId() } - } else { - color = getRandomColor() - id = getSubscriptionId() } this.subsList.push({ topic,