Skip to content

Commit

Permalink
Update reservation regions (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyojeongyunn authored Nov 14, 2023
1 parent c6ad53a commit 6508331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/region.options.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export const RegionOptions = [
{ key: "STUDENT_HALL", text: "학생 회관", value: "STUDENT_HALL" },
{ key: "JIGOK_CENTER", text: "지곡 회관", value: "JIGOK_CENTER" },
{ key: "COMMUNITY_CENTER", text: "커뮤니티 센터", value: "COMMUNITY_CENTER" },
{ key: "OTHERS", text: "생활관 외", value: "OTHERS" },
{ key: "RESIDENTIAL_COLLEGE", text: "RC", value: "RESIDENTIAL_COLLEGE" },
{ key: "OTHERS", text: "기타", value: "OTHERS" },
];
1 change: 1 addition & 0 deletions components/place/place.table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const regionNames = {
'STUDENT_HALL': '학생 회관',
'JIGOK_CENTER': '지곡 회관',
'COMMUNITY_CENTER': '커뮤니티 센터',
'RESIDENTIAL_COLLEGE': 'RC',
'OTHERS': 'OTHERS',
}

Expand Down

0 comments on commit 6508331

Please sign in to comment.