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 +