Browse Source

Confict mistake resolved

feature/321_signalr_notifications
Ermin Bronja 3 years ago
parent
commit
15a57f6ce9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Frontend/src/store/chat-slice.js

+ 1
- 1
Frontend/src/store/chat-slice.js View File

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


Loading…
Cancel
Save