We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2008dbe commit a29f74fCopy full SHA for a29f74f
src/components/CognateAnalysisModal/index.js
@@ -2203,7 +2203,7 @@ class CognateAnalysisModal extends React.Component {
2203
// Clean connecting states if is
2204
const sg_count = { ...(sg_count_cur ?? sg_count_init), connecting: 0 };
2205
sg_count.left = (
2206
- suggestion_list.length -
+ (suggestion_list || []).length -
2207
sg_count.connected -
2208
sg_count.error -
2209
sg_count.invalidated
0 commit comments