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 className="flex flex-wrap items-center justify-end gap-3">
{currentUser?.pubkey === pubkey && !mySubscription && (
{/* {currentUser?.pubkey === pubkey && !mySubscription && (
<Button
onClick={() => modal?.show(<CreateSubecriptionTierModal />)}
className="rounded-sm px-5 max-sm:h-8 max-sm:text-xs"
>
Add Subscription Tier
</Button>
)}
)} */}
{currentUser?.pubkey === pubkey && (
<Button
onClick={() => modal?.show(<EditProfileModal />)}