diff --git a/src/components/input/InputFooter.tsx b/src/components/input/InputFooter.tsx index 5760022..d4df2b9 100644 --- a/src/components/input/InputFooter.tsx +++ b/src/components/input/InputFooter.tsx @@ -9,15 +9,18 @@ export default function InputFooter({ handleCopy, handleClear }: { - handleImport: () => void; + handleImport?: () => void; handleCopy?: () => void; handleClear?: () => void; }) { return ( - + {handleImport && ( + + )} + {handleCopy && (