You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The button Manage Subscription seems to do nothing when the user is loggued
Edit: it's due to userSubscriptions, as if we change by the following code it works (but the variable name isn't correct, it would be better to either correct the variable init, or to change the logic, both would be ok.
{userSubscriptions ? (
) : (
Manage Subscription
)}
The text was updated successfully, but these errors were encountered:
Hey, Manage subscriptions hasn't been built in yet, it's currently just placeholder. You can if you need get the lemon squeezy user url but I plan to add manage and delete subscription functionality next 🫶🏻
The button Manage Subscription seems to do nothing when the user is loggued
Edit: it's due to userSubscriptions, as if we change by the following code it works (but the variable name isn't correct, it would be better to either correct the variable init, or to change the logic, both would be ok.
{userSubscriptions ? (
) : (
Manage Subscription
)}
The text was updated successfully, but these errors were encountered: