pass isSupport false for tips
This commit is contained in:
parent
358ce68490
commit
b56dc4d630
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue