From 6225df296ca788961427284a67ff157175d921c5 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 12 Apr 2026 21:43:49 +0800 Subject: [PATCH] fix: restore valid settings modal JSX structure --- src/pages/SettingsPage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/SettingsPage.tsx b/src/pages/SettingsPage.tsx index 6a23857..b6687b2 100644 --- a/src/pages/SettingsPage.tsx +++ b/src/pages/SettingsPage.tsx @@ -4445,6 +4445,7 @@ function SettingsPage({ onClose }: SettingsPageProps = {}) { } return ( + <>
event.stopPropagation()}> {message &&
{message.text}
} @@ -4632,3 +4633,4 @@ export default SettingsPage +