Skip to content

Commit

Permalink
fixed distance map
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Sep 4, 2024
1 parent 171b924 commit 040b2e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/DistanceMap/getDistancePerspectives.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ const getDistance = async (dictionaries, allField, mainDictionary, computeDistan
.map(({ perspective }, index) => [
perspective.id,
fieldDict[transcriptionFieldIdStrList[index]].id,
fieldDict[translationFieldIdStrList[index]].id
fieldDict[translationFieldIdStrList[index]].id,
null
])
.filter((_perspectiveInfo, index) => perspectiveSelectionList[index]);
let responseMutanion = null;
Expand Down

0 comments on commit 040b2e6

Please sign in to comment.