Skip to content

Commit 2b8cfc3

Browse files
author
dschlabach
committed
remove unused code
1 parent 1243346 commit 2b8cfc3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

playground/nextjs-app-router/components/AppProvider.tsx

-7
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ export const AppProvider = ({ children }: { children: React.ReactNode }) => {
7171
defaultValue: defaultState.componentMode,
7272
});
7373

74-
// const [walletType, setWalletType] = useStateWithStorage<
75-
// WalletPreference | undefined
76-
// >({
77-
// key: 'walletType',
78-
// defaultValue: undefined,
79-
// });
80-
8174
const [chainId, setChainId] = useStateWithStorage<number>({
8275
key: 'chainId',
8376
parser: (v) => Number.parseInt(v),

0 commit comments

Comments
 (0)