Skip to content

Commit

Permalink
Merge branch 'feat/data-conflation-ui' of github.com:NSUWAL123/fmtm i…
Browse files Browse the repository at this point in the history
…nto feat/data-conflation-ui
  • Loading branch information
NSUWAL123 committed Aug 29, 2024
2 parents 4eb7924 + e94e150 commit d6c44dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ConflationMap = () => {
DataConflationActions.SetSelectedFeatureOSMId(
feature?.getProperties()?.xid
? feature.getProperties().xid
: (feature.getProperties()?.osm_id).toString(),
: feature.getProperties()?.osm_id.toString(),
),
);
}}
Expand Down

0 comments on commit d6c44dc

Please sign in to comment.