From a66d137773c28c48cf8f182500b2cd78aeb1e661 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 14 Dec 2025 00:38:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=20src?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/routers/UserOrChatInfoDialog.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/ui/routers/UserOrChatInfoDialog.tsx b/client/ui/routers/UserOrChatInfoDialog.tsx index dc6dfd7..5dba7a7 100644 --- a/client/ui/routers/UserOrChatInfoDialog.tsx +++ b/client/ui/routers/UserOrChatInfoDialog.tsx @@ -10,6 +10,7 @@ import * as React from 'react' import UserOrChatInfoDialogLoader from "./UserOrChatInfoDialogDataLoader" import MainSharedReducer from "../MainSharedReducer" import ClientCache from "../../ClientCache" +import getClient from "../../getClient" export default function UserOrChatInfoDialog() { const shared = useContextSelector(MainSharedContext, (context: Shared) => ({ @@ -31,7 +32,7 @@ export default function UserOrChatInfoDialog() { display: 'flex', alignItems: 'center', }}> -