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') {