diff --git a/src/refactor/masanew.stories.tsx b/src/refactor/masanew.stories.tsx index d471db22..5148a649 100644 --- a/src/refactor/masanew.stories.tsx +++ b/src/refactor/masanew.stories.tsx @@ -24,8 +24,8 @@ import { AuthenticateModal, CreateCreditScoreModal, CreateIdentityModal, - CreateGreenModal, } from './ui/components/modals'; +import { useGreenModal } from './ui/components/modals/create-green/use-green-modal'; // * nextjs fix // * TODO: move this to index.ts file at some point @@ -469,6 +469,7 @@ const GreenInfo = () => { const ModalFlow = () => { const { isDisconnected } = useWallet(); const { hasSession } = useSession(); + const { showChainingModal } = useGreenModal(); return (