parent assign job triggers update in child account
This commit was merged in pull request #648.
This commit is contained in:
@@ -53,7 +53,7 @@ export default function SocketIOContextProvider({children}) {
|
||||
});
|
||||
socket.on("family_actions", (data) => {
|
||||
// setSocketMsgReceived(data.message);
|
||||
// dispatch(tableReload({type:'MARKETTABLELIST'}))
|
||||
dispatch(tableReload({type:'FAMILYOFFERLIST'}))
|
||||
console.log('working')
|
||||
});
|
||||
}, [socket]);
|
||||
@@ -64,6 +64,7 @@ export default function SocketIOContextProvider({children}) {
|
||||
joinRoom,
|
||||
setSocketMsgReceived,
|
||||
marketUpdate,
|
||||
parentAssignJobToKid,
|
||||
socketMsgReceived,
|
||||
// room,
|
||||
// setRoom,
|
||||
|
||||
Reference in New Issue
Block a user