Skip to content

Commit

Permalink
chore: fix missing dialog description warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Nov 20, 2024
1 parent 4751fe1 commit 311500c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/SignInDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { signIn } from "@/actions/auth";
import { signInDialogOpenAtom } from "@/config/atoms";
import { env } from "@/lib/env";
import { SignIn, User, Wallet } from "@phosphor-icons/react/dist/ssr";
import { DialogDescription } from "@radix-ui/react-dialog";
import { useMutation } from "@tanstack/react-query";
import { useAtom, useSetAtom } from "jotai";
import { shortenHex } from "lib/shortenHex";
Expand All @@ -29,6 +30,7 @@ export const SignInDialog = () => {
<ResponsiveDialogHeader>
<ResponsiveDialogTitle>Sign in</ResponsiveDialogTitle>
</ResponsiveDialogHeader>
<DialogDescription />

<ResponsiveDialogBody>
{isConnected ? <SignInWithEthereum /> : <WalletList />}
Expand Down

0 comments on commit 311500c

Please sign in to comment.