From 768f2f7fdb01371994e1e2c7bb47ef421cfb43cd Mon Sep 17 00:00:00 2001 From: Rohan-cp Date: Thu, 16 May 2024 00:17:45 -0400 Subject: [PATCH] fix --- apps/mobile/src/screens/NftDetailScreen/NftDetailSection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/mobile/src/screens/NftDetailScreen/NftDetailSection.tsx b/apps/mobile/src/screens/NftDetailScreen/NftDetailSection.tsx index 3b57c1289..c7e902f12 100644 --- a/apps/mobile/src/screens/NftDetailScreen/NftDetailSection.tsx +++ b/apps/mobile/src/screens/NftDetailScreen/NftDetailSection.tsx @@ -239,7 +239,6 @@ export function NftDetailSection({ onShare, queryRef }: Props) { const contentStyle = useMemo( () => ({ width: width * 0.92, - minHeight: width * 0.92, }), [] );