fix eslint issues (#3410)

This commit is contained in:
Fabian 2021-06-12 19:46:10 +02:00 committed by GitHub
parent 76fb8d26c1
commit 725fc82657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 15 deletions

View file

@ -99,7 +99,7 @@ const EditSubuserModal = ({ subuser }: Props) => {
<h2 css={tw`text-2xl`} ref={ref}>
{subuser ? `${canEditUser ? 'Modify' : 'View'} permissions for ${subuser.email}` : 'Create new subuser'}
</h2>
<div>
<div>
<Button type={'submit'} css={tw`w-full sm:w-auto`}>
{subuser ? 'Save' : 'Invite User'}
</Button>