Changes
Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
@@ -413,6 +413,16 @@ const Account = () => {
|
|||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
<Button
|
||||||
|
onClick={() => navigate("/account/change-subscription")}
|
||||||
|
variant="outline"
|
||||||
|
className="w-full"
|
||||||
|
disabled={subscription.cancel_at_period_end || subscription.status === "canceled"}
|
||||||
|
>
|
||||||
|
<Package className="h-4 w-4 mr-2" />
|
||||||
|
Ändra kg/vecka
|
||||||
|
</Button>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
onClick={handleManageSubscription}
|
onClick={handleManageSubscription}
|
||||||
disabled={openingPortal}
|
disabled={openingPortal}
|
||||||
|
|||||||
Reference in New Issue
Block a user