forked from Alex/Pterodactyl-Panel
Update DisableTwoFactorModal.tsx - Fix lint errors
Whoops! Trailing space after `<Button` on line 60.
This commit is contained in:
parent
be1888f8eb
commit
3dbb297645
@ -57,7 +57,7 @@ export default ({ ...props }: RequiredModalProps) => {
|
||||
autoFocus
|
||||
/>
|
||||
<div css={tw`mt-6 text-right`}>
|
||||
<Button
|
||||
<Button
|
||||
color={'red'}
|
||||
disabled={!isValid}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user