Skip to content

Commit aee7cd8

Browse files
authored
Merge pull request #203 from part3-4team-Taskify/minji
[Chore] 불필요해진 코드 제거
2 parents 7c7efb2 + bdd64ea commit aee7cd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/modalInput/CardInput.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export interface CardInputProps {
77
placeholder?: string;
88
hasButton?: boolean;
99
className?: string;
10-
small?: boolean;
1110
onTextChange: (value: string) => void;
1211
onButtonClick: () => void;
1312
}
@@ -19,7 +18,6 @@ export default function CardInput({
1918
hasButton = false,
2019
onButtonClick = () => {},
2120
className = "",
22-
small = false,
2321
}: CardInputProps) {
2422
const textareaRef = useRef<HTMLTextAreaElement | null>(null);
2523

0 commit comments

Comments
 (0)