diff --git a/src/components/middle/ChatReportPanel.tsx b/src/components/middle/ChatReportPanel.tsx index edc2ecb1d..ae40937e0 100644 --- a/src/components/middle/ChatReportPanel.tsx +++ b/src/components/middle/ChatReportPanel.tsx @@ -90,7 +90,7 @@ const ChatReportPanel: FC = ({ } }); - if (!settings) { + if (!settings || (!chat && !user)) { return undefined; }