Fixed flow error in walletSendTip/view.jsx
This commit is contained in:
parent
531ad8dc63
commit
4fe31f318b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ type Props = {
|
|||
title: string,
|
||||
claim: StreamClaim,
|
||||
isPending: boolean,
|
||||
sendSupport: (number, string) => void,
|
||||
sendSupport: (number, string, boolean) => void,
|
||||
onCancel: () => void,
|
||||
sendTipCallback?: () => void,
|
||||
balance: number,
|
||||
|
|
Loading…
Add table
Reference in a new issue