From 7444706a3ac3255ab44dbdfc11b253ef8e0e772a Mon Sep 17 00:00:00 2001
From: Ahmad Moghazi <49992538+moghaazi@users.noreply.github.com>
Date: Fri, 15 Sep 2023 22:26:30 +0300
Subject: [PATCH] Simplifying the if-block example
---
.../examples/03-logic/00-if-blocks/App.svelte | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/documentation/examples/03-logic/00-if-blocks/App.svelte b/documentation/examples/03-logic/00-if-blocks/App.svelte
index d986710847..a2d21359f2 100644
--- a/documentation/examples/03-logic/00-if-blocks/App.svelte
+++ b/documentation/examples/03-logic/00-if-blocks/App.svelte
@@ -1,15 +1,7 @@
-{#if user.loggedIn}
-
-{/if}
-
-{#if !user.loggedIn}
-
-{/if}
+