Skip to content

Commit

Permalink
Feat: 조건 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Mar 11, 2024
1 parent 2a36ac6 commit bc746c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mypage/component/ScoreHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import MakeAttendanceButton from './MakeAttendanceButton';

interface UserProps {
isAdmin: boolean;
name: string;
name?: string;
}

const ScoreHeader = ({ isAdmin, name }: UserProps) => {
Expand Down

0 comments on commit bc746c6

Please sign in to comment.