浏览代码

Confict mistake resolved

feature/321_signalr_notifications
Ermin Bronja 3 年前
父节点
当前提交
15a57f6ce9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Frontend/src/store/chat-slice.js

+ 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;


正在加载...
取消
保存