Skip to content

Commit

Permalink
Polish minors (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 authored Dec 7, 2023
1 parent 686d3e5 commit 2631e2a
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 768 deletions.
3 changes: 0 additions & 3 deletions components/board/board.menubar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ export default class BoardMenubar extends Component {
<Menu.Item href={'/board/benefit'} passHref>
총학 제휴/할인 업체
</Menu.Item>
<Menu.Item disabled>
동아리 게시물
</Menu.Item>
</Menu>
)
}
Expand Down
1 change: 1 addition & 0 deletions components/user/user.create.modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { PoPoAxios } from '@/utils/axios.instance';

export const userTypeOptions = [
{ key: 'STUDENT', text: '학생', value: 'STUDENT' },
{ key: 'RC_STUDENT', text: 'RC 학부생', value: 'RC_STUDENT' },
{ key: 'FACULTY', text: '교직원', value: 'FACULTY' },
{ key: 'CLUB', text: '동아리', value: 'CLUB' },
{ key: 'ASSOCIATION', text: '학생단체', value: 'ASSOCIATION' },
Expand Down
1 change: 1 addition & 0 deletions components/user/user.table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import UserUpdateModal from './user.update.modal'

const userTypes = {
'STUDENT': '학생',
'RC_STUDENT': 'RC 학부생',
'FACULTY': '교직원',
'CLUB': '동아리',
'ASSOCIATION': '학생단체',
Expand Down
1 change: 1 addition & 0 deletions components/user/user.update.modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { PoPoAxios } from '@/utils/axios.instance';

export const userTypeOptions = [
{ key: 'STUDENT', text: '학생', value: 'STUDENT' },
{ key: 'RC_STUDENT', text: 'RC 학부생', value: 'RC_STUDENT' },
{ key: 'FACULTY', text: '교직원', value: 'FACULTY' },
{ key: 'CLUB', text: '동아리', value: 'CLUB' },
{ key: 'ASSOCIATION', text: '학생단체', value: 'ASSOCIATION' },
Expand Down
Loading

0 comments on commit 2631e2a

Please sign in to comment.