Skip to content

Commit

Permalink
remove duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Jun 14, 2023
1 parent 01e1f65 commit 83b72e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/mobile/TreeViewSelectionSheet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ export default {
if (isArray(this.items)) {
count = this.items.length;
} else {
let count = 0;
for (let field in this.items) {
if (!Object.prototype.hasOwnProperty.call(this.items, field)) {
continue;
Expand Down

0 comments on commit 83b72e7

Please sign in to comment.