diff --git a/components/autowithdraw-shared.js b/components/autowithdraw-shared.js index daa334df..d5c844fd 100644 --- a/components/autowithdraw-shared.js +++ b/components/autowithdraw-shared.js @@ -16,7 +16,7 @@ export function autowithdrawInitial ({ me, priority = false }) { } } -export function AutowithdrawSettings ({ priority }) { +export function AutowithdrawSettings ({ wallet }) { const me = useMe() const threshold = autoWithdrawThreshold({ me }) @@ -29,6 +29,7 @@ export function AutowithdrawSettings ({ priority }) { return ( <> {wallet.server - ? + ? : (