From e72d6e6d24d25e7671e6bea31d0c389de340af23 Mon Sep 17 00:00:00 2001 From: nickago Date: Thu, 6 Aug 2015 11:37:47 -0700 Subject: Cosmetic refactors, including variable name changes and splitting if statements --- web/react/components/sidebar_header.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web/react/components') diff --git a/web/react/components/sidebar_header.jsx b/web/react/components/sidebar_header.jsx index 023de3a19..04e46f825 100644 --- a/web/react/components/sidebar_header.jsx +++ b/web/react/components/sidebar_header.jsx @@ -87,8 +87,7 @@ var NavbarDropdown = React.createClass({ } }); } - teams.push(
  • Create a New Team
  • ); - + teams.push(
  • Create a New Team
  • ); return (