diff --git a/src/ui/component/walletSendTip/view.jsx b/src/ui/component/walletSendTip/view.jsx index 92ba24a1a..9d2d62dae 100644 --- a/src/ui/component/walletSendTip/view.jsx +++ b/src/ui/component/walletSendTip/view.jsx @@ -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,