diff --git a/jam-ui/src/components/client/JKSessionChatButton.js b/jam-ui/src/components/client/JKSessionChatButton.js index adbcf01ec..dc786de58 100644 --- a/jam-ui/src/components/client/JKSessionChatButton.js +++ b/jam-ui/src/components/client/JKSessionChatButton.js @@ -1,5 +1,6 @@ import React, { useCallback } from 'react'; import { useDispatch, useSelector } from 'react-redux'; +import { Button } from 'reactstrap'; import { openChatWindow, setActiveChannel, @@ -38,29 +39,30 @@ const JKSessionChatButton = ({ sessionId }) => { return (