diff --git a/services/web/frontend/js/features/chat/components/chat-pane.js b/services/web/frontend/js/features/chat/components/chat-pane.js index 98dfbdc495..421b758b5a 100644 --- a/services/web/frontend/js/features/chat/components/chat-pane.js +++ b/services/web/frontend/js/features/chat/components/chat-pane.js @@ -15,6 +15,7 @@ function ChatPane({ sendMessage, userId }) { + const { t } = useTranslation() useEffect(() => { loadMoreMessages() }, []) @@ -36,6 +37,7 @@ function ChatPane({ itemCount={messageContentCount} >