commenting out subscriptions for now
This commit is contained in:
parent
7445566cf5
commit
61cf4b76d0
@ -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 />)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user