show error message

This commit is contained in:
2025-07-08 17:35:41 +05:00
parent 9ee6dea980
commit 10ac440401

View File

@@ -78,7 +78,7 @@ const CardTransactionOrderDetailsScreen = () => {
Linking.openURL(res.data.url);
setModalVisible(false);
} else {
Alert.alert('Error', res.error || 'Could not download');
Alert.alert('Ýalňyşlyk', res.data.message || 'Näsazlyk ýüze çykdy');
}
};