Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
bchu1 committed Jan 17, 2025
1 parent b211efc commit 49eaad5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/packages/data-portal/app/hooks/useRunById.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export function useRunById() {

const run = v1.runs[0]

const annotationFiles = v1.annotation_files

const { tomograms, annotationShapes } = v2

// Sort by isPortalStandard, then isAuthorSubmitted, then by id if all else is equal
Expand Down Expand Up @@ -85,7 +83,6 @@ export function useRunById() {

return {
run,
annotationFiles,
tomograms,
processingMethods,
objectNames,
Expand Down

0 comments on commit 49eaad5

Please sign in to comment.