mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 14:04:21 +01:00
fix: check mark is shown before zap is done
This commit is contained in:
@@ -140,7 +140,7 @@ const InvoiceDisplay: Component<{ invoice: string; event: NostrEvent; nostrPubke
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Show
|
<Show
|
||||||
when={zapped()}
|
when={!zapped()}
|
||||||
fallback={
|
fallback={
|
||||||
<div class="flex flex-col items-center gap-4 py-8">
|
<div class="flex flex-col items-center gap-4 py-8">
|
||||||
<span class="inline-block h-28 w-28 rounded-full border-4 border-primary p-4 text-primary">
|
<span class="inline-block h-28 w-28 rounded-full border-4 border-primary p-4 text-primary">
|
||||||
|
|||||||
Reference in New Issue
Block a user