Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yudhomax committed Sep 26, 2024
1 parent 33d8c71 commit c056191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/components/Layouts/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { BlocksInfo, Stats } from '@/utils/types';
import Search from '../common/Search';
import useStorage from '@/hooks/useStorage';
import Cookies from 'js-cookie';
import dynamic from 'next/dynamic';

const menus = [
{
Expand Down Expand Up @@ -137,7 +138,6 @@ const languages = [
},
];

const RpcMenu = dynamic(() => import('./RpcMenu'), { ssr: false });
const UserMenu = dynamic(() => import('./UserMenu'), { ssr: false });

interface Props {
Expand Down

0 comments on commit c056191

Please sign in to comment.