From 38dd51fa3ecb7563a9dda63ff407f1938c1f1eb9 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 24 Apr 2025 11:05:38 -0500 Subject: [PATCH] Format --- src/components/verification/VerificationCreatePrompt.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/verification/VerificationCreatePrompt.tsx b/src/components/verification/VerificationCreatePrompt.tsx index 2190365a49..eb57d7c36e 100644 --- a/src/components/verification/VerificationCreatePrompt.tsx +++ b/src/components/verification/VerificationCreatePrompt.tsx @@ -9,7 +9,7 @@ import {useVerificationCreateMutation} from '#/state/queries/verification/useVer import * as Toast from '#/view/com/util/Toast' import {atoms as a, useBreakpoints} from '#/alf' import {Admonition} from '#/components/Admonition' -import {Button, ButtonIcon,ButtonText} from '#/components/Button' +import {Button, ButtonIcon, ButtonText} from '#/components/Button' import {type DialogControlProps} from '#/components/Dialog' import * as Dialog from '#/components/Dialog' import {VerifiedCheck} from '#/components/icons/VerifiedCheck'