more error logs

This commit is contained in:
feruz 2020-07-18 17:50:11 +03:00
parent 85bd4cc61d
commit 4d192d0979

View File

@ -89,7 +89,12 @@ class UpvoteView extends Component {
);
const weight = sliderValue ? (sliderValue * 100).toFixed(0) * 100 : 0;
Alert.alert(
intl.formatMessage({
id: 'alert.fail',
}),
JSON.stringify({ pinCode, author, permlink, weight }),
);
vote(currentAccount, pinCode, author, permlink, weight)
.then(() => {
this.setState(