#3 Conflict mistake resolved

マージ済み
bronjaermin が 1 個のコミットを feature/321_signalr_notifications から development へマージ 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;


読み込み中…
キャンセル
保存