persist support option
This commit is contained in:
parent
64cbd4ae8d
commit
1f90d8941f
1 changed files with 1 additions and 1 deletions
|
@ -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(TAB_BOOST);
|
const [activeTab, setActiveTab] = usePersistedState(TAB_BOOST);
|
||||||
|
|
||||||
function getClaimTypeText() {
|
function getClaimTypeText() {
|
||||||
if (claim.value_type === 'stream') {
|
if (claim.value_type === 'stream') {
|
||||||
|
|
Loading…
Reference in a new issue