Commit 798e4770 authored by Trisno's avatar Trisno

benerin fungsi session

parent 846a1ba8
...@@ -4,9 +4,9 @@ export default function session(response, error_status, navigation) { ...@@ -4,9 +4,9 @@ export default function session(response, error_status, navigation) {
if (error_status != 500) { if (error_status != 500) {
if (response.code == "WRONG_SESSION_ID") { if (response.code == "WRONG_SESSION_ID") {
Alert.alert('',response_data.msg); Alert.alert('',response.msg);
} else { } else {
Alert.alert('',response_data.msg); Alert.alert('',response.msg);
} }
} else { } else {
Alert.alert( Alert.alert(
......
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