diff --git a/frontend/src/views/creators/ActualBanner.vue b/frontend/src/views/creators/ActualBanner.vue index 915d708..959b3da 100644 --- a/frontend/src/views/creators/ActualBanner.vue +++ b/frontend/src/views/creators/ActualBanner.vue @@ -2,13 +2,13 @@
@@ -19,7 +19,7 @@ >
mdi-pencil
@@ -28,11 +28,10 @@
- + @@ -41,11 +40,11 @@ import BannerEditor from "@/views/creators/BannerEditor.vue"; import {computed, ref} from "vue"; import {useBrandingStore} from "@/stores/brandingStore.js"; import {useAuthStore} from "@/stores/authStore.js"; -import { useI18n } from 'vue-i18n'; +import {useI18n} from 'vue-i18n'; const authStore = useAuthStore(); const brandingStore = useBrandingStore(); -const { t } = useI18n(); +const {t} = useI18n(); // State const showTint = ref(false); @@ -62,9 +61,6 @@ const isCurrentCreator = computed(() => { diff --git a/frontend/src/views/creators/BannerActions.vue b/frontend/src/views/creators/BannerActions.vue index a923512..64bbf49 100644 --- a/frontend/src/views/creators/BannerActions.vue +++ b/frontend/src/views/creators/BannerActions.vue @@ -1,7 +1,6 @@