From 1f90d8941f8b799d0bd4e8e7ac666a01afff621b Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 2 Sep 2021 16:28:44 -0400 Subject: [PATCH] persist support option --- 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 87b6b25e3..a481ed9f4 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(TAB_BOOST); + const [activeTab, setActiveTab] = usePersistedState(TAB_BOOST); function getClaimTypeText() { if (claim.value_type === 'stream') {