Skip to content

Commit

Permalink
chore(SignInDialog): add biome-ignore comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Nov 26, 2024
1 parent 95c6ae9 commit c4333d6
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 @@ -94,6 +94,7 @@ const SignInWithEthereum = () => {
const url = new URL(window.location.href);

const message = createSiweMessage({
// biome-ignore lint: address is defined at this point, since we only render this component if `isConnected` is `true`
address: address!,
chainId: 1,
domain: url.hostname,
Expand Down Expand Up @@ -124,6 +125,7 @@ const SignInWithEthereum = () => {
className="justify-start"
disabled
>
{/* biome-ignore lint: address is defined at this point, since we only render this component if `isConnected` is `true` */}
{shortenHex(address!)}
</Button>
<Button
Expand Down

0 comments on commit c4333d6

Please sign in to comment.