use correct note design in favorites page - fixes #483

This commit is contained in:
dakkar 2024-03-27 16:03:35 +00:00
parent 58bc8f2c10
commit bd7c4f66f3
2 changed files with 8 additions and 3 deletions

View file

@ -55,8 +55,6 @@ import { i18n } from '@/i18n.js';
import { infoImageUrl } from '@/instance.js';
import { defaultStore } from '@/store.js';
console.log(defaultStore.state.noteDesign, defaultStore.state.noteDesign === 'sharkey');
const props = defineProps<{
pagination: Paging;
noGap?: boolean;