Skip to content

Commit

Permalink
refactor(ThumbnailUpload): 불필요한 props 개행 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyoung234 committed Oct 13, 2024
1 parent 02fc25f commit 6e85fd3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import * as S from "./ThumbnailUpload.styled";
interface ThumbnailUploadProps extends InputHTMLAttributes<HTMLInputElement> {
id?: string;
previewUrls: string[];

onChangeImage: (e: React.ChangeEvent<HTMLInputElement>) => void;

onDeleteButton?: () => void;
}

Expand Down

0 comments on commit 6e85fd3

Please sign in to comment.