diff --git a/client/homebrew/pages/accountPage/accountPage.jsx b/client/homebrew/pages/accountPage/accountPage.jsx index e14b522a4..40c3dfdbd 100644 --- a/client/homebrew/pages/accountPage/accountPage.jsx +++ b/client/homebrew/pages/accountPage/accountPage.jsx @@ -48,8 +48,8 @@ const AccountPage = createClass({ }); }, - renderButton : function(name, key, condition=true){ - if(!condition) return; + renderButton : function(name, key, shouldRender=true){ + if(!shouldRender) return; return ; },