From 6e3b7f60a27e6014e2cb6b5bb0eaaca26c484f02 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Wed, 20 May 2026 09:59:27 +0800 Subject: [PATCH] fix(payment): display payment management panel for non-subscribed users to allow manual transfer tx submission --- frontend/components/account/AccountCenter.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/components/account/AccountCenter.tsx b/frontend/components/account/AccountCenter.tsx index 0b6544df..7d0f345b 100644 --- a/frontend/components/account/AccountCenter.tsx +++ b/frontend/components/account/AccountCenter.tsx @@ -3002,10 +3002,11 @@ export function AccountCenter() { )} - {/* Telegram Bot Section — paid users only */} - {showSecondarySections && canAccessPaidTelegramGroup ? ( + {/* Telegram Bot Section & Payment Details */} + {showSecondarySections ? (