Explorar el Código

Confict mistake resolved

feature/321_signalr_notifications
Ermin Bronja hace 3 años
padre
commit
15a57f6ce9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Frontend/src/store/chat-slice.js

+ 1
- 1
Frontend/src/store/chat-slice.js Ver fichero

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


Cargando…
Cancelar
Guardar