diff --git a/frontend/src/components/Details/Personal.vue b/frontend/src/components/Details/Personal.vue index bbe0d72a3..8624f4768 100644 --- a/frontend/src/components/Details/Personal.vue +++ b/frontend/src/components/Details/Personal.vue @@ -12,7 +12,7 @@ import { useDisplay, useTheme } from "vuetify"; const props = defineProps<{ rom: DetailedRom }>(); const auth = storeAuth(); const theme = useTheme(); -const { smAndDown } = useDisplay(); +const { mdAndUp, smAndDown } = useDisplay(); const editingNote = ref(false); const romUser = ref(props.rom.rom_user); const publicNotes = @@ -119,7 +119,7 @@ watch(