Skip to content
Snippets Groups Projects
Commit 8ca5c3e5 authored by Marie's avatar Marie
Browse files

lint

parent b9d66f82
No related branches found
No related tags found
No related merge requests found
......@@ -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(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment