Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
h44z committed Mar 12, 2024
1 parent 1287215 commit acc785e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/PeerViewModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit acc785e

Please sign in to comment.