Skip to content

Commit 86a9319

Browse files
fix: remove unused computed
1 parent 8a23424 commit 86a9319

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/components/Header/AccountMenu.client.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ const isOpen = shallowRef(false)
1818
/** Check if connected to at least one service */
1919
const hasAnyConnection = computed(() => isNpmConnected.value || !!atprotoUser.value)
2020
21-
/** Check if connected to both services */
22-
const hasBothConnections = computed(() => isNpmConnected.value && !!atprotoUser.value)
23-
2421
/** Only show count of active (pending/approved/running) operations */
2522
const operationCount = computed(() => activeOperations.value.length)
2623

0 commit comments

Comments
 (0)