From f960d5fc0bc627f523d06d442f0f6efb6adc2d5a Mon Sep 17 00:00:00 2001 From: Fringg Date: Mon, 16 Mar 2026 04:09:26 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80?= =?UTF-8?q?=D0=B6=D0=BA=D0=B0=20=D1=80=D0=B5=D0=B6=D0=B8=D0=BC=D0=B0=20?= =?UTF-8?q?=C2=ABboth=C2=BB=20=E2=80=94=20=D0=BF=D0=BE=D0=BA=D0=B0=D0=B7?= =?UTF-8?q?=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D0=BA=D1=82=D0=B0=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B5=20=D1=81=20=D1=82=D0=B8=D0=BA=D0=B5=D1=82=D0=B0=D0=BC?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Support.tsx | 40 ++++++++++++++++++++++++++++++++++++++++ src/types/index.ts | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/src/pages/Support.tsx b/src/pages/Support.tsx index 822d512..e70b1d4 100644 --- a/src/pages/Support.tsx +++ b/src/pages/Support.tsx @@ -483,6 +483,46 @@ export default function Support() { + {/* Contact support card for "both" mode */} + {supportConfig?.support_type === 'both' && supportConfig.support_username && ( + + +
+
+ + + +
+
+
{t('support.contactUs')}
+
{supportConfig.support_username}
+
+
+ +
+
+ )} + {/* Tickets List */} diff --git a/src/types/index.ts b/src/types/index.ts index 09ca609..5c8d509 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -474,7 +474,7 @@ export interface TicketDetail extends Omit