We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e8bfe commit b611284Copy full SHA for b611284
src/components/CreateModal/CreateModal.jsx
@@ -2,8 +2,6 @@ import * as React from "react";
2
import { useState, useContext } from "react";
3
import {
4
Image,
5
- Stack,
6
- Heading,
7
Button,
8
Flex,
9
FormLabel,
@@ -15,7 +13,6 @@ import {
15
13
ModalContent,
16
14
FormControl,
17
FormHelperText,
18
- Select,
19
Text,
20
Step,
21
StepDescription,
src/components/Map/Map.jsx
@@ -126,7 +126,7 @@ export default function Map({
126
}
127
},
128
}),
129
- [position, setPosition]
+ [setPosition]
130
);
131
132
async function handleSubmit() {
0 commit comments