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
)}