Skip to content

Commit

Permalink
Merge pull request #230 from orppst/temp-override
Browse files Browse the repository at this point in the history
temporary fix to proposal/Overview.tsx
  • Loading branch information
AllanEngland authored Aug 9, 2024
2 parents 83f2e4d + 8d91fdb commit 0e9013c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ function OverviewPanel(): ReactElement {
//not sure if this will be needed, it's still work in progress
let targetObjs = [] as Target[];

// @ts-ignore
observation.target?.map((obsTarget) => {
let targetObj = proposalsData?.targets?.find((target) =>
target._id === obsTarget)!
Expand Down

0 comments on commit 0e9013c

Please sign in to comment.