Remove volatile() property modifier
The modifier got deprecated and wasn't actually needed in any of the used cases.
This commit is contained in:
@@ -14,7 +14,7 @@ export default Component.extend({
|
||||
|
||||
userHasEthereumWallet: computed(function() {
|
||||
return isPresent(window.ethereum);
|
||||
}).volatile(),
|
||||
}),
|
||||
|
||||
showConnectButton: computed('userHasEthereumWallet',
|
||||
'kredits.hasAccounts', function() {
|
||||
|
||||
Reference in New Issue
Block a user