Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Nov 6, 2024
1 parent 1780e04 commit 0b0277d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion playground/nextjs-app-router/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Metadata } from 'next';
import { Inter } from 'next/font/google';
import '@coinbase/onchainkit/styles.css';
import './globals.css';
import OnchainProviders from '@/components/OnchainProviders';

const inter = Inter({ subsets: ['latin'] });

Expand Down
1 change: 0 additions & 1 deletion src/OnchainKitProvider.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ describe('OnchainKitProvider', () => {
beforeEach(() => {
vi.clearAllMocks();
(useConfig as Mock).mockReturnValue(mockConfig);
use;
});

it('provides the context value correctly', async () => {
Expand Down

0 comments on commit 0b0277d

Please sign in to comment.