Skip to content

Commit

Permalink
chore: 빠진 글자 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hae-on committed Nov 19, 2023
1 parent edd44c3 commit 59f7981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/contexts/ReviewFormContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const ReviewFormProvider = ({ children }: PropsWithChildren) => {

if (Array.isArray(targetValue)) {
if (targetValue.length >= MIN_DISPLAYED_TAGS_LENGTH && !isSelected) {
toast.success(`태그는 ${MIN_DISPLAYED_TAGS_LENGTH}까지 선택할 수 있습니다`);
toast.success(`태그는 ${MIN_DISPLAYED_TAGS_LENGTH}개까지 선택할 수 있습니다`);
return prev;
}

Expand Down

0 comments on commit 59f7981

Please sign in to comment.