Skip to content

Commit

Permalink
🔥 Remove long problem score table heads
Browse files Browse the repository at this point in the history
no longer used
  • Loading branch information
Kim-Hyunjo committed May 6, 2023
1 parent 37b15df commit b584508
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/admin/src/constants/tableHeads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ export const longProblemTableHeads: ITableHead[] = [
id: 'creator',
name: '제작자',
},
{
id: 'avgKeywordScore',
name: '평균 키워드 점수',
},
{
id: 'avgContentScore',
name: '평균 내용 점수',
},
{
id: 'userAnswerCnt',
name: '답변 수',
Expand Down

0 comments on commit b584508

Please sign in to comment.