Skip to content

Commit

Permalink
fix: restore object count (#804)
Browse files Browse the repository at this point in the history
#732

Adds the object count row that was missing from the annotation metadata
drawer

## Demos

<img width="496" alt="image"
src="https://github.com/chanzuckerberg/cryoet-data-portal/assets/2176050/62479537-ff0e-4402-b670-58bd4af45ff5">
  • Loading branch information
codemonkey800 authored Jun 13, 2024
1 parent 149bc29 commit 52a0058
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ export function AnnotationObjectTable() {
</Link>
),
},

{
label: t('objectCount'),
values: [annotation.object_count],
},
{
label: t('objectShapeType'),
values: [annotation.shape_type],
Expand Down

0 comments on commit 52a0058

Please sign in to comment.