Skip to content

Commit d176928

Browse files
committed
fix linting
1 parent 0eaad7b commit d176928

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export const config = createConfig({
2525
preference: 'eoaOnly',
2626
}),
2727
walletConnect({
28-
projectId: ENVIRONMENT_VARIABLES[ENVIRONMENT.WALLETCONNECT_PROJECT_ID] ?? '',
28+
projectId:
29+
ENVIRONMENT_VARIABLES[ENVIRONMENT.WALLETCONNECT_PROJECT_ID] ?? '',
2930
showQrModal: true,
3031
metadata: {
3132
name: 'Onchainkit',

0 commit comments

Comments
 (0)