Skip to content

Commit

Permalink
'Meaning' or 'Meaning of affix' fields alternative -- #1113 (#1115)
Browse files Browse the repository at this point in the history
* Meaning or Meaning of affix
  • Loading branch information
vmonakhov authored Mar 26, 2024
1 parent 9d00c1e commit 78dbbc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/CognateAnalysisModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,8 @@ class CognateAnalysisModal extends React.Component {
affix_flag = morphology || suggestions;
}

if (field.english_translation === "Meaning of affix") {
if (field.english_translation === "Meaning" ||
field.english_translation === "Meaning of affix") {
meaning_flag = morphology || suggestions;
}
}
Expand Down

0 comments on commit 78dbbc6

Please sign in to comment.