Skip to content

Commit

Permalink
[FIX] ./src/constants/errorMessages.ts ESLint 오류 해결 (#44)
Browse files Browse the repository at this point in the history
* Update errorMessages.ts
 : remove unnecessary space

* Update ImageUpload.tsx
 : add ignore lint comment
  • Loading branch information
falconlee236 authored Nov 5, 2024
1 parent aa6e4e5 commit 1ec48fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/app/upload/_components/ImageUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ interface ImageUploadProps {
function ImageUpload({
images,
setImages,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
min = MIN_IMAGE_NUMBER,
max = MAX_IMAGE_NUMBER,
}: ImageUploadProps) {
Expand Down
1 change: 0 additions & 1 deletion src/constants/errorMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ export const GENERATION_ERROR_MSG: string = '프로필을 생성하는 실패했
export const GENERATION_ERROR_CHECK_MSG: string = '이미지를 다시 확인해주세요';
export const UPLOAD_ERROR_MSG: string = '이미지 업로드에 실패했습니다.';
export const UPLOAD_ERROR_CHECK_MSG: string = '이미지를 다시 확인해주세요';

0 comments on commit 1ec48fc

Please sign in to comment.