Skip to content

Commit

Permalink
style(asker-profile): optional chaining in case of missing match
Browse files Browse the repository at this point in the history
  • Loading branch information
koepferd committed Jun 12, 2024
1 parent 0d16614 commit 3c1dfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile/AskerConsultingTypeData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const AskerConsultingTypeData = () => {
(session) =>
session.agencyId ===
resort.agency.id
).topic.id === topic.id
)?.topic.id === topic.id
)?.name || ''
}
semanticLevel="5"
Expand Down

0 comments on commit 3c1dfc5

Please sign in to comment.