aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/network.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/network.js b/ui/app/components/network.js
index 5ad5f9351..b226a6db6 100644
--- a/ui/app/components/network.js
+++ b/ui/app/components/network.js
@@ -19,6 +19,7 @@ Network.prototype.render = function() {
if (networkNumber == 'loading') {
return h('img', {
title: 'Attempting to connect to blockchain.',
+ onClick:(event) => this.props.onClick(event),
style: {
width: '27px',
marginRight: '-27px'