#3 Conflict mistake resolved

병합
bronjaermin feature/321_signalr_notifications 에서 development 로 1 commits 를 머지했습니다 3 년 전

+ 1
- 1
Frontend/src/store/chat-slice.js 파일 보기

@@ -133,7 +133,7 @@ const chatSlice = createSlice({
(notification) => notification.roomId !== action.payload
);
},
},
leaveRoom: (state, action) => {
state.activeRoom = null;


Loading…
취소
저장