minor cleanup
This commit is contained in:
@@ -7,7 +7,6 @@ interface Props {
|
||||
}
|
||||
|
||||
const FileUploadButton: React.FC<Props> = (props) => {
|
||||
|
||||
const inputRef = useRef<HTMLInputElement>(null)
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user