++ DebugOn status (to see what happened)
fix visu activities
This commit is contained in:
@@ -53,6 +53,7 @@ export default defineComponent({
|
||||
|
||||
const username = computed(() => $route.params.username ? $route.params.username.toString() : userStore.my.username)
|
||||
const idnotif = computed(() => $route.query.idnotif ? $route.query.idnotif.toString() : '')
|
||||
const isDebugOn = computed(() => tools.isDebugOn())
|
||||
|
||||
const filtroutente = ref(<any[]>[])
|
||||
const showPic = ref(false)
|
||||
@@ -108,8 +109,8 @@ export default defineComponent({
|
||||
}
|
||||
})
|
||||
|
||||
caricato.value = true
|
||||
}
|
||||
caricato.value = true
|
||||
}catch (e) {
|
||||
console.error('ERR loadProfile', e)
|
||||
}
|
||||
@@ -199,6 +200,7 @@ export default defineComponent({
|
||||
showsendCoinTo,
|
||||
site,
|
||||
listcircuitsfiltered,
|
||||
isDebugOn,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user