small cleanup

This commit is contained in:
Christoph Haas
2024-03-12 22:32:05 +01:00
parent 1287215837
commit acc785e4ca
6 changed files with 5 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ const selectedStats = computed(() => {
if (!!props.peerId || props.peerId.length) {
p = profile.Statistics(props.peerId)
} else {
s = freshStats() // dummy peer to avoid 'undefined' exceptions
s = freshStats() // dummy stats to avoid 'undefined' exceptions
}
}