From 9567b99a26232c1a6aeee41b47ac534360bb7361 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Tue, 22 Dec 2015 14:00:48 +0100 Subject: [PATCH] fix #87 --- webapp/components/navbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/navbar.jsx b/webapp/components/navbar.jsx index c0b083a..19881c7 100644 --- a/webapp/components/navbar.jsx +++ b/webapp/components/navbar.jsx @@ -27,7 +27,7 @@ module.exports = function (boardsAPI) { } else if (this.state.loading) { - return + return } else if (this.state.limited) { return } else {