diff --git a/apps/ssb.json b/apps/ssb.json
index affb3b48..45c16ee6 100644
--- a/apps/ssb.json
+++ b/apps/ssb.json
@@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "π¦",
- "previous": "&NdaJseW11fi9Cj4m+WITGxOF2JExm6GDhdCJKFV284Y=.sha256"
+ "previous": "&rq/9Dr780VM2+ozyeKZI4nq2t83JRgemzlJINlYYP4c=.sha256"
}
diff --git a/apps/ssb/tf-app.js b/apps/ssb/tf-app.js
index 37e7db4d..c53554de 100644
--- a/apps/ssb/tf-app.js
+++ b/apps/ssb/tf-app.js
@@ -782,27 +782,6 @@ class TfElement extends LitElement {
class="w3-bar w3-theme-l1"
style="position: static; top: 0; z-index: 10"
>
- ${
- this.is_administrator
- ? html`
-
-
- `
- : undefined
- }
${Object.entries(k_tabs).map(
([k, v]) => html`
-
+ ${
+ this.is_administrator
+ ? html`
+
+
+ `
+ : undefined
+ }
+
`;