From 66a6a983ed7d0a86c832a371b1aa233447b4bf04 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Wed, 18 Oct 2023 14:56:28 -0400 Subject: [PATCH] buffer issue fixed --- app/(app)/(profile)/[npub]/page.tsx | 2 +- app/(app)/list/[naddr]/_components/Header.tsx | 2 +- bun.lockb | Bin 333166 -> 333586 bytes components/KindCard/3745.tsx | 4 +++- lib/nostr/index.ts | 13 +++---------- package.json | 1 + 6 files changed, 9 insertions(+), 13 deletions(-) diff --git a/app/(app)/(profile)/[npub]/page.tsx b/app/(app)/(profile)/[npub]/page.tsx index 2ac0670..12c8d46 100644 --- a/app/(app)/(profile)/[npub]/page.tsx +++ b/app/(app)/(profile)/[npub]/page.tsx @@ -115,7 +115,7 @@ export default function ProfilePage({
-
+
{demo.map((e) => ( ))} diff --git a/app/(app)/list/[naddr]/_components/Header.tsx b/app/(app)/list/[naddr]/_components/Header.tsx index b1a1ca1..80149de 100644 --- a/app/(app)/list/[naddr]/_components/Header.tsx +++ b/app/(app)/list/[naddr]/_components/Header.tsx @@ -148,7 +148,7 @@ export default function Header({ event }: { event: NDKEvent }) {
-
+
{!!currentUser && currentUser.pubkey === pubkey && ( <>