diff --git a/frontend/src/views/creators/ActualBanner.vue b/frontend/src/views/creators/ActualBanner.vue index 36b3c9b..98683f7 100644 --- a/frontend/src/views/creators/ActualBanner.vue +++ b/frontend/src/views/creators/ActualBanner.vue @@ -9,7 +9,7 @@ @click="isCurrentCreator && openBannerEditor()" > Profile Banner @@ -60,4 +60,11 @@ const isCurrentCreator = computed(() => { return authStore.userId === brandingStore.value.id; }); - \ No newline at end of file + + + \ No newline at end of file