diff --git a/react/features/lobby/components/native/LobbyChatScreen.tsx b/react/features/lobby/components/native/LobbyChatScreen.tsx index 73f0936ece..da9fb2e61b 100644 --- a/react/features/lobby/components/native/LobbyChatScreen.tsx +++ b/react/features/lobby/components/native/LobbyChatScreen.tsx @@ -39,8 +39,6 @@ class LobbyChatScreen extends ); } - - _onSendMessage: () => void; } export default translate(connect(abstractMapStateToProps)(LobbyChatScreen));