Index: src/views/partials/profile-sheet.ejs
===================================================================
--- src/views/partials/profile-sheet.ejs	(revision eefd30286365ba17e55cb461eb4f00242982db11)
+++ src/views/partials/profile-sheet.ejs	(revision a9956989bad6c7bb7a8d1a6f506374070b001610)
@@ -56,4 +56,5 @@
         </a>
       </li>
+      <% if (typeof canManageFedi !== 'undefined' && canManageFedi && apEnabled) { %>
       <li role="none">
         <a href="/notifications" class="profile-sheet-item" role="menuitem" data-close-sheet>
@@ -63,5 +64,6 @@
         </a>
       </li>
-      <% if (typeof canManageFedi !== 'undefined' && canManageFedi) { %>
+      <% } %>
+      <% if (typeof canManageFedi !== 'undefined' && canManageFedi && apEnabled) { %>
       <li role="none">
         <a href="/news" class="profile-sheet-item" role="menuitem" data-close-sheet
