entaku19890818
1/31/2018 - 5:38 AM

Display objects other than selected c.

Display objects other than selected c.

this.setState((state) => ({
   # 
   contacts: state.contacts.filter((c) => c.id !== contact.id)
}))