Skip to content

Commit

Permalink
bug: 빌드 시 발생하는 오류 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
smb0123 committed Sep 14, 2024
1 parent 0669533 commit 6e9c96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/stores/kanban/Kanban.atoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type KanbanCardData = {
heart: number;
isHearted: boolean;
applicantId: string;
passState: ApplicantPassState["passState"];
passState: ApplicantPassState;
};

export const KanbanDataArrayState = atom({} as KanbanColumnData[]);

0 comments on commit 6e9c96a

Please sign in to comment.