mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-30 00:41:24 +00:00
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,
|
title: string,
|
||||||
claim: StreamClaim,
|
claim: StreamClaim,
|
||||||
isPending: boolean,
|
isPending: boolean,
|
||||||
sendSupport: (number, string) => void,
|
sendSupport: (number, string, boolean) => void,
|
||||||
onCancel: () => void,
|
onCancel: () => void,
|
||||||
sendTipCallback?: () => void,
|
sendTipCallback?: () => void,
|
||||||
balance: number,
|
balance: number,
|
||||||
|
|
Loading…
Add table
Reference in a new issue