From 7deaf71498edb533c56b0b856dda13c6ea4fce6c Mon Sep 17 00:00:00 2001 From: Yashwantha K T Date: Sat, 7 Mar 2026 00:27:58 +0530 Subject: [PATCH] Fix wallet submission issue in mappings exercise --- .../stories/components/CafeUnitTest/index.jsx | 44 +++++++++++-------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/storybook/stories/components/CafeUnitTest/index.jsx b/storybook/stories/components/CafeUnitTest/index.jsx index e5c13a6b4..296039ee3 100644 --- a/storybook/stories/components/CafeUnitTest/index.jsx +++ b/storybook/stories/components/CafeUnitTest/index.jsx @@ -493,29 +493,35 @@ export function CafeUnitTest({ nftNum }) { ); } - if (chain?.id !== baseSepolia.id) { - return ( -
-
+
- ⚠️ You are not connected to Base Sepolia -
- + marginBottom: "16px", + }} + > + ⚠️ You are not connected to Base Sepolia
- ); + +
+ ); } return (