Browse Source

fix(contacts): close contact modal after successfully closing the channel

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
41cd59fc09
  1. 1
      app/reducers/channels.js

1
app/reducers/channels.js

@ -238,6 +238,7 @@ export const pushclosechannelupdated = (event, { data, chan_id }) => (dispatch)
console.log('PUSH CLOSE CHANNEL chan_id: ', chan_id)
dispatch(fetchChannels())
dispatch(removeClosingChanId(chan_id))
dispatch(closeContactModal())
}
// Receive IPC event for closing channel end

Loading…
Cancel
Save