From 507b069ffebbb784d01274802c614cbf32bfae04 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Mon, 25 Nov 2024 20:05:40 -0500 Subject: [PATCH] cleanup: prettier. --- apps/ssb/tf-profile.js | 12 ++++++++++-- apps/ssb/tf-tab-connections.js | 4 +++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/apps/ssb/tf-profile.js b/apps/ssb/tf-profile.js index f45288981..63114688c 100644 --- a/apps/ssb/tf-profile.js +++ b/apps/ssb/tf-profile.js @@ -233,7 +233,11 @@ class TfProfileElement extends LitElement { `; } edit = html` - `; } diff --git a/apps/ssb/tf-tab-connections.js b/apps/ssb/tf-tab-connections.js index 3f49311d1..d03e30018 100644 --- a/apps/ssb/tf-tab-connections.js +++ b/apps/ssb/tf-tab-connections.js @@ -217,7 +217,9 @@ class TfTabConnectionsElement extends LitElement {

Connections