Skip to content

Commit

Permalink
Fix: 빌드 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee JaeJun committed May 11, 2024
1 parent 71ed1e9 commit 0f0430e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import toast from 'react-hot-toast';
import { signOut } from '@/components/signIn/utils/logout';
import Alert from './Alert';

type MenuType = 'community' | 'study' | 'project' | 'portfolio' | 'review' | 'activity';
type MenuType = 'community' | 'study' | 'project' | 'portfolio' | 'review' | 'activity' | 'resume';

const Header = () => {
const [selectedMenu, setSelectedMenu] = useState<MenuType | null>(null);
Expand Down

0 comments on commit 0f0430e

Please sign in to comment.