Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 22, 2024
1 parent ceceb20 commit 0a37dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/WalletWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import {
Wallet,
WalletDropdown,
WalletDropdownBasename,
WalletDropdownFundLink,
WalletDropdownDisconnect,
WalletDropdownFundLink,
WalletDropdownLink,
} from '@coinbase/onchainkit/wallet';

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",
"jsx": "preserve",
"incremental": true,
"plugins": [
{
Expand Down

0 comments on commit 0a37dc0

Please sign in to comment.