mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-11 10:41:46 +00:00
Add information in MetaData.jsx
This commit is contained in:
@ -69,6 +69,10 @@ export const MetaData = ({metaData, setMetaData}) => {
|
|||||||
</Stack>
|
</Stack>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
|
{onlineMeta.length === 0 && !loading && <Stack justifyContent="center" alignItems="center" sx={{mt: 2}}>
|
||||||
|
<Typography variant="h6" color="text.secondary">No metadata found</Typography>
|
||||||
|
</Stack>}
|
||||||
|
|
||||||
{loading && <Stack justifyContent="center" alignItems="center" sx={{mt: 2}}>
|
{loading && <Stack justifyContent="center" alignItems="center" sx={{mt: 2}}>
|
||||||
<CircularProgress/>
|
<CircularProgress/>
|
||||||
</Stack>}
|
</Stack>}
|
||||||
|
|||||||
Reference in New Issue
Block a user