Skip to content

Commit

Permalink
Merge pull request #275 from alley-rs/0.1.X
Browse files Browse the repository at this point in the history
chore: Remove biome-ignore comment for noNonNullAssertion in Send com…
  • Loading branch information
thep0y authored Nov 12, 2024
2 parents d4e4587 + 53d414c commit a9a1bb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/send/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const Send = () => {

return (
<>
{/* biome-ignore lint/style/noNonNullAssertion: <explanation> */}
<Show when={!qrcode()} fallback={<LazyQrcode qrcode={qrcode()!} />}>
<LazyFlex
class="send"
Expand Down

0 comments on commit a9a1bb8

Please sign in to comment.