Remove volatile() property modifier

The modifier got deprecated and wasn't actually needed in any of the used cases.
This commit is contained in:
2019-10-18 16:39:10 +02:00
parent 523d4524b5
commit 243a41db88
3 changed files with 3 additions and 3 deletions
@@ -14,7 +14,7 @@ export default Component.extend({
userHasEthereumWallet: computed(function() {
return isPresent(window.ethereum);
}).volatile(),
}),
showConnectButton: computed('userHasEthereumWallet',
'kredits.hasAccounts', function() {