Skip to content
Snippets Groups Projects

use correct note design in favorites page - fixes #483

Merged dakkar requested to merge feature/483-fix-favorites-note-design into develop
2 files
+ 8
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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;
Loading