diff --git a/packages/grant-explorer/src/features/round/ViewCartPage/SummaryContainer.tsx b/packages/grant-explorer/src/features/round/ViewCartPage/SummaryContainer.tsx index 0604895f94..09f7310fde 100644 --- a/packages/grant-explorer/src/features/round/ViewCartPage/SummaryContainer.tsx +++ b/packages/grant-explorer/src/features/round/ViewCartPage/SummaryContainer.tsx @@ -94,7 +94,7 @@ export function SummaryContainer(props: { const [emptyInput, setEmptyInput] = useState(false); const [openChainConfirmationModal, setOpenChainConfirmationModal] = - useState(true); + useState(false); const [openMRCProgressModal, setOpenMRCProgressModal] = useState(false); /* Donate without matching warning modal */ // const [donateWarningModalOpen, setDonateWarningModalOpen] = useState(false);