diff --git a/ng-app/src/lib/FullLayout.svelte b/ng-app/src/lib/FullLayout.svelte
index 37ec4b9..ea13999 100644
--- a/ng-app/src/lib/FullLayout.svelte
+++ b/ng-app/src/lib/FullLayout.svelte
@@ -981,7 +981,7 @@
{/if}
{#await check_has_camera() then has_camera}
- {#if !has_camera}
+ {#if has_camera}
- {/if}
- {/await}
-
-
-
-
- {#if createMenuOpened.media }
- {#each create_media_items as item}
-