pass isSupport false for tips

This commit is contained in:
Thomas Zarebczan 2019-07-29 14:35:10 -04:00 committed by GitHub
parent 358ce68490
commit b56dc4d630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -497,7 +497,7 @@ class FilePage extends React.PureComponent {
return;
}
sendTip(tipAmount, claim.claim_id, uri, () => {
sendTip(tipAmount, claim.claim_id, isSupport: false, () => {
this.setState({ tipAmount: 0, showTipView: false });
});
};