소스 검색

Finished bug 2048

bugfix/2048
Djordje Mitrovic 3 년 전
부모
커밋
796f8de8b6
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0
    3
      src/components/DirectChat/DirectChat.js

+ 0
- 3
src/components/DirectChat/DirectChat.js 파일 보기

@@ -22,7 +22,6 @@ import SkeletonDirectChat from "./SkeletonDirectChat/SkeletonDirectChat";
import { selectIsLoadingByActionType } from "../../store/selectors/loadingSelectors";
import { CHAT_SCOPE } from "../../store/actions/chat/chatActionConstants";
import {
selectJwtToken,
selectUserId,
} from "../../store/selectors/loginSelectors";
import {
@@ -54,7 +53,6 @@ const DirectChat = () => {
const location = useLocation();
const dispatch = useDispatch();
const { t } = useTranslation();
const token = useSelector(selectJwtToken);
const exchange = useSelector(selectExchange);
const requester = useSelector(selectRequester);

@@ -180,7 +178,6 @@ const DirectChat = () => {
chat?._id,
userId,
chat?.participants[interlocutor]._id,
token,
() => {
dispatch(
addNewMessage({

Loading…
취소
저장