zy-acs-flow/src/map/insight/shelf/index.jsx
@@ -1,6 +1,7 @@ import React, { useState, useRef, useEffect } from 'react'; import { useTranslate } from "react-admin"; import { Box, Typography, Tabs, Tab, Stack, useTheme, Divider } from '@mui/material'; import ShelfMain from './ShelfMain'; const ShelfInsight = (props) => { const { } = props; @@ -32,9 +33,8 @@ <Box p={3}> {activeTab === 0 && ( <Box> <h1>1</h1> </Box> <ShelfMain /> )} {activeTab === 1 && ( <Box>