We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbbbfd commit 6f53422Copy full SHA for 6f53422
packages/grant-explorer/src/features/round/ViewCartPage/SummaryContainer.tsx
@@ -94,7 +94,7 @@ export function SummaryContainer(props: {
94
95
const [emptyInput, setEmptyInput] = useState(false);
96
const [openChainConfirmationModal, setOpenChainConfirmationModal] =
97
- useState(true);
+ useState(false);
98
const [openMRCProgressModal, setOpenMRCProgressModal] = useState(false);
99
/* Donate without matching warning modal */
100
// const [donateWarningModalOpen, setDonateWarningModalOpen] = useState(false);
0 commit comments