Lint + lock update
Updates the browsers list Remove unused import Changed the title of the users page from `Subusers` to just `Users`
This commit is contained in:
parent
5f284dad1d
commit
3d627a70ce
3 changed files with 3 additions and 14 deletions
|
@ -11,7 +11,6 @@ import Can from '@/components/elements/Can';
|
|||
import SpinnerOverlay from '@/components/elements/SpinnerOverlay';
|
||||
import getServerAllocations from '@/api/swr/getServerAllocations';
|
||||
import isEqual from 'react-fast-compare';
|
||||
import { Allocation } from '@/api/server/getServer';
|
||||
|
||||
const NetworkContainer = () => {
|
||||
const [ loading, setLoading ] = useState(false);
|
||||
|
|
|
@ -48,7 +48,7 @@ export default () => {
|
|||
}
|
||||
|
||||
return (
|
||||
<ServerContentBlock title={'Subusers'}>
|
||||
<ServerContentBlock title={'Users'}>
|
||||
<FlashMessageRender byKey={'users'} css={tw`mb-4`}/>
|
||||
{!subusers.length ?
|
||||
<p css={tw`text-center text-sm text-neutral-300`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue