From 8ca5c3e5f398500d2fc216afc92185f62d60543b Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 19 Jul 2024 05:14:10 +0000 Subject: [PATCH] lint --- packages/frontend/src/pages/user/home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/pages/user/home.vue b/packages/frontend/src/pages/user/home.vue index 21ac3a200d..7ac23b0aaa 100644 --- a/packages/frontend/src/pages/user/home.vue +++ b/packages/frontend/src/pages/user/home.vue @@ -267,7 +267,7 @@ const background = computed(() => { return { '--backgroundImageStatic': `url('${props.user.backgroundUrl}')` }; - }; + } }); watch(moderationNote, async () => { @@ -304,7 +304,7 @@ const style = computed(() => { return { backgroundImage: `url(${ props.user.bannerUrl })`, }; - }; + } }); const age = computed(() => {