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
|
@ -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