Nothing happens when clicking "manage subscription"
The button <Button>Manage Subscription</Button> 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 ? ( <PlanButton plan={product} subscription={subscription} /> ) : ( <Button>Manage Subscription</Button> )}
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 🫶🏻
Nice, let me know if you need help :)