From 0d49fcdbaaa08838a1fcd01ba14f2fb3bd66d113 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 21 Sep 2017 01:22:05 +0200 Subject: [PATCH] fix warning about nonexistent property of Link component --- src/components/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home.js b/src/components/home.js index 82d4a1e..6fae984 100644 --- a/src/components/home.js +++ b/src/components/home.js @@ -57,7 +57,7 @@ class Home extends React.Component { VILLASweb is a frontend for distributed real-time simulation hosted by {config.admin.name}.

- This instance is hosting {this.getCounts('projects')} projects consisting of {this.getCounts('nodes')} nodes, {this.getCounts('visualizations')} visualizations and {this.getCounts('simulators')} simulations. + This instance is hosting {this.getCounts('projects')} projects consisting of {this.getCounts('nodes')} nodes, {this.getCounts('visualizations')} visualizations and {this.getCounts('simulators')} simulations. A total of {this.getCounts('users')} users are registered.

Credits