From 0ea58103c88d7aba2fdd5ce0c0fe7cebe9cea4fa Mon Sep 17 00:00:00 2001 From: Harsh Singh <51085015+harshsinghatz@users.noreply.github.com> Date: Tue, 25 Oct 2022 03:06:19 +0530 Subject: [PATCH] Harsh/fix layout shift on loading ss (#5184) * fix: layout shift in ss apps page * Fix for mobile style justify-center Co-authored-by: root Co-authored-by: Alan --- apps/web/components/v2/apps/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/v2/apps/App.tsx b/apps/web/components/v2/apps/App.tsx index ef25c173c8..758cf3c59c 100644 --- a/apps/web/components/v2/apps/App.tsx +++ b/apps/web/components/v2/apps/App.tsx @@ -68,7 +68,7 @@ const Component = ({ return (
{hasImages && ( -
+
{images ? ( images.map((img) => (