From b3697cb9bfc4b5971b1d68fdf1ffd07c8c0effd5 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 29 Jan 2022 22:30:47 +0100 Subject: [PATCH] fix: subscription icon not rendered correctly The computed property "icon" which holds the icon string to be rendered was overriding the component. Therefore, the component wasn't rendered at all, instead vue would render a html tag with the icon name. --- src/components/misc/subscription.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/misc/subscription.vue b/src/components/misc/subscription.vue index d99dba718..c17e93732 100644 --- a/src/components/misc/subscription.vue +++ b/src/components/misc/subscription.vue @@ -1,7 +1,7 @@