Index: src/views/partials/view-switcher.ejs
===================================================================
--- src/views/partials/view-switcher.ejs	(revision 3507b0bab5d351cf1606b8140e90ac366ab4f8e2)
+++ src/views/partials/view-switcher.ejs	(revision 2c22bb5c3fcd63c737739aa584a2ad781a95c8b5)
@@ -23,5 +23,5 @@
     </div>
     <% } %>
-    <% if (typeof tenancy !== 'undefined' && tenancy === 'circle') {
+    <% if (typeof hasCirkel !== 'undefined' && hasCirkel) {
          var _onCirkel = (typeof bodyClass === 'string' && bodyClass.indexOf('on-cirkel') >= 0);
          var _sb = (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '';
