Skip to content

Commit

Permalink
Merge branch 'feat/326-multi-tag-selection' of https://github.com/woo…
Browse files Browse the repository at this point in the history
…wacourse-teams/2022-moamoa into feat/326-multi-tag-selection
  • Loading branch information
airman5573 committed Sep 20, 2022
2 parents 2de990f + b7b7451 commit dce2fc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const Subject: React.FC<SubjectProps> = ({ originalSubjects }) => {
const subjects = tags.filter(({ category }) => category.name === SUBJECT);
const etcTag = subjects.find(tag => tag.name === 'Etc');
if (!etcTag) {
console.error('기타 태그의 name이 변경되었습니다');
alert('기타 태그의 name이 변경되었습니다');
return;
}
Expand Down

0 comments on commit dce2fc6

Please sign in to comment.