From 8010b2680a1041dedd1e4503f4c70f8166702a9f Mon Sep 17 00:00:00 2001 From: zeppi Date: Sun, 22 Aug 2021 16:25:12 -0400 Subject: [PATCH] default support to boost --- ui/component/walletSendTip/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/walletSendTip/view.jsx b/ui/component/walletSendTip/view.jsx index 2167f2e62..87b6b25e3 100644 --- a/ui/component/walletSendTip/view.jsx +++ b/ui/component/walletSendTip/view.jsx @@ -150,7 +150,7 @@ function WalletSendTip(props: Props) { const noBalance = balance === 0; const tipAmount = useCustomTip ? customTipAmount : presetTipAmount; - const [activeTab, setActiveTab] = React.useState(claimIsMine ? TAB_BOOST : TAB_LBC); + const [activeTab, setActiveTab] = React.useState(TAB_BOOST); function getClaimTypeText() { if (claim.value_type === 'stream') {