zy-acs-flow/src/map/insight/shelf/index.jsx
@@ -18,7 +18,7 @@ }; return ( <> <Box sx={{ height: '100%', display: 'flex', flexDirection: 'column' }}> <Tabs value={activeTab} onChange={handleTabChange} @@ -33,7 +33,7 @@ <Divider /> <Box pt={1}> <Box flex={1} pt={2}> {activeTab === 0 && ( <ShelfMain data={sprite?.data} @@ -48,7 +48,7 @@ /> )} </Box> </> </Box> ) }