forked from ddrilling/asb_cloud_front
Скрыт console.log на WellTreeSelector
This commit is contained in:
parent
3d98a2c6df
commit
c1dced00f7
@ -99,8 +99,6 @@ export const WellTreeSelector = memo<WellTreeSelectorProps>(({ show, expand, cur
|
|||||||
const navigate = useNavigate()
|
const navigate = useNavigate()
|
||||||
const location = useLocation()
|
const location = useLocation()
|
||||||
|
|
||||||
console.log(location.pathname)
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (current) setSelected([current])
|
if (current) setSelected([current])
|
||||||
}, [current])
|
}, [current])
|
||||||
|
Loading…
Reference in New Issue
Block a user