mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 17:51:47 +00:00
Add information in MetaData.jsx
This commit is contained in:
@ -69,6 +69,10 @@ export const MetaData = ({metaData, setMetaData}) => {
|
||||
</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}}>
|
||||
<CircularProgress/>
|
||||
</Stack>}
|
||||
|
||||
Reference in New Issue
Block a user