Skip to content

Commit bebac0b

Browse files
Update packages/devtools/client/app.vue
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 7a5e0c4 commit bebac0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devtools/client/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const client = useClient()
4444
const route = useRoute()
4545
const colorMode = getColorMode()
4646
const isUtilityView = computed(() => route.path.startsWith('/__') || route.path === '/')
47-
const waiting = computed(() => !client.value && !showConnectionWarning.value && !wsConnecting.value)
47+
const waiting = computed(() => !client.value && !showConnectionWarning.value)
4848
4949
const wsConnectedOnce = ref(!wsConnecting.value)
5050
if (!wsConnectedOnce.value) {

0 commit comments

Comments
 (0)