refactor: update no reactivity transform changes (#2639)

This commit is contained in:
Joaquín Sánchez 2024-03-04 17:01:56 +01:00 committed by GitHub
parent 95e466146d
commit 70c7e93919
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ const hideAllMedia = computed(
},
)
const embeddedMediaPreference = usePreferences('experimentalEmbeddedMedia')
const allowEmbeddedMedia = computed(() => status.card?.html && embeddedMediaPreference)
const allowEmbeddedMedia = computed(() => status.card?.html && embeddedMediaPreference.value)
</script>
<template>