删除多余的依赖
This commit is contained in:
@@ -37,7 +37,7 @@ interface PipePoint {
|
||||
|
||||
const AnalysisParameters: React.FC = () => {
|
||||
const map = useMap();
|
||||
const { open, close } = useNotification();
|
||||
const { open } = useNotification();
|
||||
|
||||
const [pipePoints, setPipePoints] = useState<PipePoint[]>([]);
|
||||
const [startTime, setStartTime] = useState<Dayjs | null>(dayjs(new Date()));
|
||||
|
||||
Reference in New Issue
Block a user