diff --git a/src/components/utility/EmoteCard.vue b/src/components/utility/EmoteCard.vue
index ab36c233..95659828 100644
--- a/src/components/utility/EmoteCard.vue
+++ b/src/components/utility/EmoteCard.vue
@@ -14,7 +14,9 @@
>
@@ -46,7 +48,19 @@
-
+
+
@@ -106,6 +120,7 @@ const { namedSets } = storeToRefs(useStore());
const actor = useActor();
const isUnavailable = ref(false);
+const forceUncensor = ref(false);
const modal = useModal();
const m = useMutationStore();