Gracefully handle pending changes for contributions #159

Merged
raucao merged 6 commits from feature/pending_changes into master 2019-10-18 15:31:42 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 243a41db88 - Show all commits
@@ -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()
})
});
3
@@ -12,6 +12,6 @@ export default Controller.extend({
ipfsGatewayUrl: computed(function() {
return config.ipfs.gatewayUrl;
}).volatile()
})
});