Removed unused variable
This commit is contained in:
parent
247505bb93
commit
c25566f682
@ -8,7 +8,7 @@ const defaultMapSize = 22;
|
||||
function AddMapButton({ handleMapChange }) {
|
||||
const fileInputRef = useRef();
|
||||
|
||||
function openImageDialog(e) {
|
||||
function openImageDialog() {
|
||||
if (fileInputRef.current) {
|
||||
fileInputRef.current.click();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user