From f8a6912e9e74328b19c0d3952b0943361864e3cc Mon Sep 17 00:00:00 2001 From: Khairul Hidayat Date: Wed, 10 Jan 2024 17:21:05 +0000 Subject: [PATCH] fix: mobile fix --- src/components/ui/Sheet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/Sheet.tsx b/src/components/ui/Sheet.tsx index 255f59a..aedebf7 100644 --- a/src/components/ui/Sheet.tsx +++ b/src/components/ui/Sheet.tsx @@ -149,7 +149,7 @@ const Sheet = ({ {description} ) : null} -
{children}
+
{children}
);