Скрыт console.log на WellTreeSelector

This commit is contained in:
goodmice 2022-10-07 14:55:22 +05:00
parent 3d98a2c6df
commit c1dced00f7
No known key found for this signature in database
GPG Key ID: 63EA771203189CF1

View File

@ -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])