From ed7a831aabbeaa86929c9fc79dfbc98e14cbdd2a Mon Sep 17 00:00:00 2001 From: Alok J Kashyap <92246587+azaek@users.noreply.github.com> Date: Thu, 19 Jan 2023 20:51:21 +0530 Subject: [PATCH] Fixed the phone screen leaflet exit animation --- components/shared/leaflet.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/shared/leaflet.tsx b/components/shared/leaflet.tsx index e5eaa6da..2af3f404 100644 --- a/components/shared/leaflet.tsx +++ b/components/shared/leaflet.tsx @@ -32,7 +32,7 @@ export default function Leaflet({ } return ( - + <> setShow(false)} /> - + ); }