mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-10 18:21:47 +00:00
Add information in Groups.jsx
This commit is contained in:
@ -56,6 +56,10 @@ export const Groups = ({setGroups, groups}) => {
|
|||||||
</Stack>
|
</Stack>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
|
{onlineGroups.length === 0 && !loading && <Stack justifyContent="center" alignItems="center" sx={{mt: 2}}>
|
||||||
|
<Typography variant="h6" color="text.secondary">No groups 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