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.
2 parents 4f59fb9 + 6f53422 commit 932ca00Copy full SHA for 932ca00
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