Fix hidden main cowebsite swape

This commit is contained in:
Alexis Faizeau
2022-02-15 16:00:35 +01:00
parent a52ad233d8
commit 06dd2202f6
4 changed files with 14 additions and 7 deletions
@@ -3,7 +3,7 @@
import { streamableCollectionStore } from "../../Stores/StreamableCollectionStore";
import MediaBox from "../Video/MediaBox.svelte";
export let highlightedEmbedScreen: EmbedScreen | null;
export let highlightedEmbedScreen: EmbedScreen | undefined;
export let full = false;
$: clickable = !full;
</script>