From 866192ead045079cbd10c1e812cd57e70c6f37f4 Mon Sep 17 00:00:00 2001 From: tfomkin Date: Mon, 19 Jan 2026 00:12:37 +0700 Subject: [PATCH] fix: loading condition fix --- apps/mobile/app/(main)/chat/[id].tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mobile/app/(main)/chat/[id].tsx b/apps/mobile/app/(main)/chat/[id].tsx index df3509e..57ea1f5 100644 --- a/apps/mobile/app/(main)/chat/[id].tsx +++ b/apps/mobile/app/(main)/chat/[id].tsx @@ -72,7 +72,9 @@ export default function ChatScreen(): ReactElement { header={ - ) : ( - translate('TEXT_LOADING') ) } onGoBack={handleGoBackPress}