diff --git a/src/App.tsx b/src/App.tsx index 743cdf9..e9aa1c3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -121,7 +121,6 @@ const App: React.FC = () => { joinMeetingModalRef.current.changeModal(item) break; case 'ForceLogout': - message.error(item.msg) await leaveChannel() toSrc('/login') break;