default support to boost

This commit is contained in:
zeppi 2021-08-22 16:25:12 -04:00 committed by jessopb
parent 9fed5643ff
commit 8010b2680a

View file

@ -150,7 +150,7 @@ function WalletSendTip(props: Props) {
const noBalance = balance === 0; const noBalance = balance === 0;
const tipAmount = useCustomTip ? customTipAmount : presetTipAmount; const tipAmount = useCustomTip ? customTipAmount : presetTipAmount;
const [activeTab, setActiveTab] = React.useState(claimIsMine ? TAB_BOOST : TAB_LBC); const [activeTab, setActiveTab] = React.useState(TAB_BOOST);
function getClaimTypeText() { function getClaimTypeText() {
if (claim.value_type === 'stream') { if (claim.value_type === 'stream') {