mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
more error logs
This commit is contained in:
parent
85bd4cc61d
commit
4d192d0979
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user