diff --git a/apps/ssb.json b/apps/ssb.json index a61e192b..fb3da05d 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🦀", - "previous": "&weo9lucKMSz3xzM6l3knRepNnyRIzKlaJnP9NDJAk+g=.sha256" + "previous": "&jAAzd36Nmpw0sRA1Dx9wLiIwGX+q//+S/Han+RLlEOw=.sha256" } diff --git a/apps/ssb/tf-user.js b/apps/ssb/tf-user.js index ffd22fec..587e8a6a 100644 --- a/apps/ssb/tf-user.js +++ b/apps/ssb/tf-user.js @@ -21,7 +21,7 @@ class TfUserElement extends LitElement { render() { let user = this.users[this.id]; let shape = - !user?.follow_depth || user.follow_depth >= 2 ? 'w3-circle' : 'w3-round'; + user?.follow_depth === undefined || user.follow_depth >= 2 ? 'w3-circle' : 'w3-round'; let image = html`