From 1c0eee69290260eda96019f25c9947e8a3141429 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Fri, 31 Mar 2023 18:04:00 +0600 Subject: [PATCH] chore: profile guard clause --- src/pages/profile/index.astro | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/pages/profile/index.astro b/src/pages/profile/index.astro index e12b5b4b1..9246811f5 100644 --- a/src/pages/profile/index.astro +++ b/src/pages/profile/index.astro @@ -3,8 +3,17 @@ import ProfileDetails from '../../components/Profile/profile-details'; import BaseLayout from '../../layouts/BaseLayout.astro'; --- - -
+ +
+ +