fix: show redemption code entry for all users regardless of subscription status
This commit is contained in:
parent
9765a0c742
commit
4c753adaa6
@ -140,6 +140,7 @@ export default function Content() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
<RedeemCode onSuccess={refetch} />
|
||||||
{userSubscribe.length ? (
|
{userSubscribe.length ? (
|
||||||
<>
|
<>
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
@ -165,7 +166,6 @@ export default function Content() {
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<RedeemCode onSuccess={refetch} />
|
|
||||||
<div className="flex flex-wrap justify-between gap-4">
|
<div className="flex flex-wrap justify-between gap-4">
|
||||||
{availablePlatforms.length > 0 && (
|
{availablePlatforms.length > 0 && (
|
||||||
<Tabs
|
<Tabs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user