From 61cf4b76d0a03c9e8e9d2fcc1ce69ae17ad23182 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Wed, 1 Nov 2023 07:39:21 -0400 Subject: [PATCH] commenting out subscriptions for now --- app/(app)/(profile)/[npub]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(app)/(profile)/[npub]/page.tsx b/app/(app)/(profile)/[npub]/page.tsx index 4d7bf97..392e943 100644 --- a/app/(app)/(profile)/[npub]/page.tsx +++ b/app/(app)/(profile)/[npub]/page.tsx @@ -94,14 +94,14 @@ export default function ProfilePage({ )}
- {currentUser?.pubkey === pubkey && !mySubscription && ( + {/* {currentUser?.pubkey === pubkey && !mySubscription && ( - )} + )} */} {currentUser?.pubkey === pubkey && (