Skip to content

Commit 932ca00

Browse files
authored
Merge branch 'main' into fix-direct-grants-payout
2 parents 4f59fb9 + 6f53422 commit 932ca00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grant-explorer/src/features/round/ViewCartPage/SummaryContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function SummaryContainer(props: {
9494

9595
const [emptyInput, setEmptyInput] = useState(false);
9696
const [openChainConfirmationModal, setOpenChainConfirmationModal] =
97-
useState(true);
97+
useState(false);
9898
const [openMRCProgressModal, setOpenMRCProgressModal] = useState(false);
9999
/* Donate without matching warning modal */
100100
// const [donateWarningModalOpen, setDonateWarningModalOpen] = useState(false);

0 commit comments

Comments
 (0)