Skip to content

Commit

Permalink
Merge branch 'main' into feature/add-missing-job-filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mihow authored Dec 4, 2024
2 parents 4051179 + c2dc819 commit 84687f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/data-services/models/occurrence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class Occurrence {
}

userAgreed(userId: string): boolean {
return this._occurrence.identifications.some((identification: any) => {
return this._occurrence.identifications?.some((identification: any) => {
if (identification.withdrawn) {
return false
}
Expand Down

0 comments on commit 84687f3

Please sign in to comment.