Fixed flow error in walletSendTip/view.jsx

This commit is contained in:
Axle7XStriker 2019-10-27 02:46:51 +05:30 committed by Sean Yesmunt
parent 531ad8dc63
commit 4fe31f318b

View file

@ -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,