Skip to content

Commit

Permalink
refactor(member): ManagePage 새로운 프로젝트 구조 적용 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwansikk committed Sep 21, 2024
1 parent e163ea4 commit b6cf59d
Show file tree
Hide file tree
Showing 36 changed files with 833 additions and 710 deletions.
2 changes: 1 addition & 1 deletion apps/member/src/api/activity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export async function postActivityBoard({
url: createPagination(END_POINT.ACTIVITY_GROUP_BOARD, params),
body: {
...body,
fileUrls: fileUrl ? fileUrl : undefined,
fileUrls: fileUrl || undefined,
},
});

Expand Down
96 changes: 0 additions & 96 deletions apps/member/src/components/calendar/ScheduleFormSection.tsx

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b6cf59d

Please sign in to comment.