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