Skip to content

Commit

Permalink
๐Ÿ› fix: ๊ณต๊ณ  ์ƒ์„ธ ์กฐํšŒ์—์„œ school_name ์†์„ฑ ์‚ญ์ œํ•˜๊ธฐ #50
Browse files Browse the repository at this point in the history
  • Loading branch information
naarang committed Oct 26, 2024
1 parent aa007aa commit 22bfe9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/constants/postDetail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export const POST_DETAIL_DATA: PostDetailItemType = {
workplace_information: {
main_address: '123 Main St, Seoul',
detailed_address: '5th Floor, Room 501',
school_name: 'Seoul National University',
distance: 1.5,
latitude: 37.5665,
longitude: 126.978,
Expand Down
1 change: 0 additions & 1 deletion src/types/postDetail/postDetailItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ type RecruitmentConditionsType = {
type WorkplaceInformationType = {
main_address: string;
detailed_address: string;
school_name: string;
distance: number;
latitude: number;
longitude: number;
Expand Down

0 comments on commit 22bfe9e

Please sign in to comment.