mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-11 17:24:25 +01:00
Update src/routes/Receive.tsx
Co-authored-by: Tony Giorgio <101225832+TonyGiorgio@users.noreply.github.com>
This commit is contained in:
committed by
Tony Giorgio
parent
9bd968b051
commit
05a2022211
@@ -109,7 +109,7 @@ function ReceiveMethodHelp(props: { amountSats: bigint }) {
|
||||
<>
|
||||
<button class="flex gap-2 self-end" onClick={() => setOpen(true)}>
|
||||
<Switch>
|
||||
<Match when={props.amountSats < 200000n}>
|
||||
<Match when={props.amountSats <= 200000n}>
|
||||
<Users class="w-[18px]" />
|
||||
</Match>
|
||||
<Match when={true}>
|
||||
|
||||
Reference in New Issue
Block a user