zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
@@ -13,12 +13,15 @@ const intl = useIntl(); const { styles } = useStyles(); const refContainer = useRef(); useEffect(() => { }, []); return ( <> <div style={{zIndex: 99}} ref={refContainer}></div> <h1>{props.data.uuid}</h1> </> )