File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
packages/grant-explorer/src Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,6 @@ export const useCheckoutStore = create<CheckoutState>()(
157157 const isDirectAllocation =
158158 hasDirectAllocation && directAllocation . chainId === chainId ;
159159
160- console . log ( "checkoutStore:isDirectAllocation" , isDirectAllocation ) ;
161- console . log ( "checkoutStore:directAllocation" , directAllocation ) ;
162- console . log ( "hasDirectAllocation" , hasDirectAllocation ) ;
163- console . log ( "chainId" , chainId ) ;
164160 set ( {
165161 currentChainBeingCheckedOut : chainId ,
166162 } ) ;
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ export default function ConfirmationModal({
2626 cancelButtonAction = ( ) => setIsOpen ( false ) ,
2727 children,
2828 modalStyle = "normal" ,
29- totalDonationAcrossChainsInUSD,
3029 ...props
3130} : ModalProps ) {
3231 const cancelButtonRef = useRef ( null ) ;
You can’t perform that action at this time.
0 commit comments