Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Oct 8, 2024
1 parent 3520ec8 commit 95bc289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CognateAnalysisModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@ class CognateAnalysisModal extends React.Component {
computeComplexDistance
} = this.props;

const groupField = this.fieldDict[this.state.groupFieldIdStr];
const groupField = this.fieldDict ? this.fieldDict[this.state.groupFieldIdStr] : {};

/* Gathering info of perspectives we are to analyze. */
let perspectiveInfoList = [];
Expand Down

0 comments on commit 95bc289

Please sign in to comment.