|
@@ -212,7 +212,6 @@ export default {
|
|
if (curMainId !== item.mainId) {
|
|
if (curMainId !== item.mainId) {
|
|
curMainId = item.mainId;
|
|
curMainId = item.mainId;
|
|
scoresPerTopic[curMainId] = undefined;
|
|
scoresPerTopic[curMainId] = undefined;
|
|
- item.optionCount = null;
|
|
|
|
}
|
|
}
|
|
return { ...item };
|
|
return { ...item };
|
|
});
|
|
});
|