Skip to content

Commit 4082f9e

Browse files
authored
Merge pull request pterodactyl#2170 from DarthShmev/patch-4
Update DisableTwoFactorModal.tsx - Fix lint errors
2 parents be1888f + 3dbb297 commit 4082f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/dashboard/forms/DisableTwoFactorModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default ({ ...props }: RequiredModalProps) => {
5757
autoFocus
5858
/>
5959
<div css={tw`mt-6 text-right`}>
60-
<Button
60+
<Button
6161
color={'red'}
6262
disabled={!isValid}
6363
>

0 commit comments

Comments
 (0)