Skip to content

Commit 6f53422

Browse files
authored
fix bug cart (#3804)
1 parent 1dbbbfd commit 6f53422

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)