Gracefully handle pending changes for contributions #159
@@ -14,7 +14,7 @@ export default Component.extend({
|
||||
|
||||
userHasEthereumWallet: computed(function() {
|
||||
return isPresent(window.ethereum);
|
||||
}).volatile(),
|
||||
}),
|
||||
|
||||
showConnectButton: computed('userHasEthereumWallet',
|
||||
'kredits.hasAccounts', function() {
|
||||
|
||||
@@ -7,6 +7,6 @@ export default Controller.extend({
|
||||
|
||||
ipfsGatewayUrl: computed(function() {
|
||||
return config.ipfs.gatewayUrl;
|
||||
}).volatile()
|
||||
})
|
||||
|
||||
});
|
||||
|
||||
@@ -12,6 +12,6 @@ export default Controller.extend({
|
||||
|
||||
ipfsGatewayUrl: computed(function() {
|
||||
return config.ipfs.gatewayUrl;
|
||||
}).volatile()
|
||||
})
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user