zy-acs-flow/src/map/insight/shelf/ShelfMain.jsx
@@ -14,7 +14,7 @@ import ShelfThree from './ShelfThree'; const ShelfMain = (props) => { const { data, curFloor, curLocNo, setCurLocNo } = props; const { data, curLocNo, setCurLocNo } = props; const translate = useTranslate(); const containerRef = useRef(); const [loading, setLoading] = useState(true);