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 501834c commit d854b67Copy full SHA for d854b67
packages/grant-explorer/src/features/round/ViewCartPage/ChainConfirmationModalBody.tsx
@@ -43,8 +43,12 @@ export function ChainConfirmationModalBody({
43
return (
44
<>
45
<p className="text-sm text-grey-400">
46
- Checkout all your carts across different networks or select the cart you
47
- wish to checkout now.
+ {chainIdsBeingCheckedOut.length > 1 && (
+ <>
48
+ Checkout all your carts across different networks or select the cart
49
+ you wish to checkout now.
50
+ </>
51
+ )}
52
</p>
53
<div className="my-4">
54
{Object.keys(projectsByChain)
0 commit comments