diff --git a/web/src/app/(auth)/layout.tsx b/web/src/app/(auth)/layout.tsx
index 382ac27..e6d3b1f 100644
--- a/web/src/app/(auth)/layout.tsx
+++ b/web/src/app/(auth)/layout.tsx
@@ -6,7 +6,7 @@ const Layout = ({ children }: Readonly<{ children: React.ReactNode }>) => {
- {children}
+ {children}
)
diff --git a/web/src/app/(auth)/receive/Receive.tsx b/web/src/app/(auth)/receive/Receive.tsx
index 742075c..30f4d75 100644
--- a/web/src/app/(auth)/receive/Receive.tsx
+++ b/web/src/app/(auth)/receive/Receive.tsx
@@ -65,7 +65,7 @@ const Receive: FC<{}> = () => {
{invoice && (
diff --git a/web/src/components/Transactions.tsx b/web/src/components/Transactions.tsx
index c9ad69a..35baaf3 100644
--- a/web/src/components/Transactions.tsx
+++ b/web/src/components/Transactions.tsx
@@ -82,7 +82,7 @@ const Transactions: FC<{}> = () => {
}, [isMounted])
return (
-
+
{payments.map((tx, i) => (
))}