From 77f42dc5e752735e4afd813cbc219482514a4c45 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Aaron?=
<100827540+reneaaron@users.noreply.github.com>
Date: Thu, 19 Sep 2024 11:00:16 +0200
Subject: [PATCH] fix: slide in receive screen from left (#131)
---
pages/receive/Receive.tsx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/pages/receive/Receive.tsx b/pages/receive/Receive.tsx
index 18c7f50..177fd2f 100644
--- a/pages/receive/Receive.tsx
+++ b/pages/receive/Receive.tsx
@@ -101,7 +101,7 @@ export function Receive() {
polling &&
pollCount > 0 &&
receivedTransaction.payment_hash !==
- prevTransaction?.payment_hash
+ prevTransaction?.payment_hash
) {
if (
!invoiceRef.current ||
@@ -176,7 +176,10 @@ export function Receive() {
return (
<>
-
+
{!enterCustomAmount && !invoice && !lightningAddress && (
<>