From 95b8b2df1511ebe7bfbbacb6cd4adc4e097ecf9e Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 27 Feb 2015 16:51:10 -0800 Subject: [PATCH] Fix for stray `class=` --- internal_packages/account-sidebar/lib/account-sidebar.cjsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_packages/account-sidebar/lib/account-sidebar.cjsx b/internal_packages/account-sidebar/lib/account-sidebar.cjsx index 7875f235b..1c8a49d5a 100644 --- a/internal_packages/account-sidebar/lib/account-sidebar.cjsx +++ b/internal_packages/account-sidebar/lib/account-sidebar.cjsx @@ -21,7 +21,7 @@ AccountSidebar = React.createClass @unsubscribe() if @unsubscribe render: -> -
+
{@_sections()}