From 4c753adaa61fd470b0856a8ac9001e432082078d Mon Sep 17 00:00:00 2001 From: EUForest Date: Mon, 9 Feb 2026 00:21:22 +0800 Subject: [PATCH] fix: show redemption code entry for all users regardless of subscription status --- apps/user/src/sections/user/dashboard/content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user/src/sections/user/dashboard/content.tsx b/apps/user/src/sections/user/dashboard/content.tsx index 09ef784..82955ff 100644 --- a/apps/user/src/sections/user/dashboard/content.tsx +++ b/apps/user/src/sections/user/dashboard/content.tsx @@ -140,6 +140,7 @@ export default function Content() { return ( <> + {userSubscribe.length ? ( <>
@@ -165,7 +166,6 @@ export default function Content() {
-
{availablePlatforms.length > 0 && (