Skip to content

Instantly share code, notes, and snippets.

@nylen
Created July 29, 2016 02:46
Show Gist options
  • Save nylen/5e4bc14fc65739de2e3e21f6432ea274 to your computer and use it in GitHub Desktop.
Save nylen/5e4bc14fc65739de2e3e21f6432ea274 to your computer and use it in GitHub Desktop.
diff --git a/client/me/account/main.jsx b/client/me/account/main.jsx
index 6e19442..8df83cd 100644
--- a/client/me/account/main.jsx
+++ b/client/me/account/main.jsx
@@ -366,7 +366,7 @@ const Account = React.createClass( {
},
renderPrimarySite() {
- if ( ! user.get().visible_site_count ) {
+ if ( true || ! user.get().visible_site_count ) {
return (
<a
className="button"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment