Skip to content

Commit

Permalink
hotfix: 빌드 시 발생하는 오류 제거 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
smb0123 authored Sep 15, 2024
2 parents 0669533 + 6e9c96a commit abe963e
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 abe963e

Please sign in to comment.