commenting out subscriptions for now

This commit is contained in:
zmeyer44 2023-11-01 07:39:21 -04:00
parent 7445566cf5
commit 61cf4b76d0

View File

@ -94,14 +94,14 @@ export default function ProfilePage({
)} )}
</div> </div>
<div className="flex flex-wrap items-center justify-end gap-3"> <div className="flex flex-wrap items-center justify-end gap-3">
{currentUser?.pubkey === pubkey && !mySubscription && ( {/* {currentUser?.pubkey === pubkey && !mySubscription && (
<Button <Button
onClick={() => modal?.show(<CreateSubecriptionTierModal />)} onClick={() => modal?.show(<CreateSubecriptionTierModal />)}
className="rounded-sm px-5 max-sm:h-8 max-sm:text-xs" className="rounded-sm px-5 max-sm:h-8 max-sm:text-xs"
> >
Add Subscription Tier Add Subscription Tier
</Button> </Button>
)} )} */}
{currentUser?.pubkey === pubkey && ( {currentUser?.pubkey === pubkey && (
<Button <Button
onClick={() => modal?.show(<EditProfileModal />)} onClick={() => modal?.show(<EditProfileModal />)}