refactor: update no reactivity transform changes (#2639)
This commit is contained in:
parent
95e466146d
commit
70c7e93919
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue