Skip to content

Commit

Permalink
fixing off by 1 error in summary counts (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
feydan authored Jun 27, 2023
1 parent ca1a46b commit f6a295f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/store/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ export const useImageStore = defineStore<
})
if (s == undefined) {
s = new TrashObject(meta.label ?? '')
s.count++
this.summary.detected_objects.push(s)
}

Expand Down

0 comments on commit f6a295f

Please sign in to comment.