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