Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Aug 9, 2024
1 parent 98c25dd commit 94eefa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/components/WalletDropdownFundLink.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { expect, it, vi } from 'vitest';
import { version } from '../../version';
import { WalletDropdownFundLink } from './WalletDropdownFundLink';

const FUNDING_URL = `http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/onchainkit=${version}`;
const FUNDING_URL = `http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/&onchainkit=${version}`;

describe('WalletDropdownFundLink', () => {
it('renders correctly with default props', () => {
Expand Down

0 comments on commit 94eefa2

Please sign in to comment.