Commit 6a163d0a authored by Trisno's avatar Trisno

fixing delete message

parent 082d4d54
......@@ -98,7 +98,7 @@ class InboxDetail extends React.Component {
let data = res.data
console.log(data)
Toast.show("deleted successfully")
this.props.navigation.goBack()
this.props.navigation.navigate('Inbox List')
}).catch(error => {
let response = error.response.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment