Merge pull request #2170 from DarthShmev/patch-4
Update DisableTwoFactorModal.tsx - Fix lint errors
This commit is contained in:
commit
4082f9e585
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue