Compare commits

...

1 commit

Author SHA1 Message Date
zeppi
1f90d8941f persist support option 2021-09-02 16:34:18 -04:00

View file

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