Skip to content

Commit cb237dd

Browse files
committed
forget to remove debug operation
1 parent 0ea28df commit cb237dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/src/views/HomeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ onMounted(() => {
222222

223223
<ProgressSpinner v-if="loading" class="polling" strokeWidth="6" />
224224
</div>
225-
<div v-if="!error">
225+
<div v-if="error">
226226
<b>{{ error }}</b>
227227
</div>
228228
<template v-else-if="data">

0 commit comments

Comments
 (0)