We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30de1e2 commit a81450dCopy full SHA for a81450d
src/frontend/curator_dashboard/src/redux/actions.js
@@ -168,7 +168,7 @@ export const fetchOtherData = (paperID) => {
168
}
169
retData.afp_otherantibodies = data.data.afp_otherantibodies;
170
if (retData.afp_otherantibodies !== '') {
171
- retData.afp_otherantibodies = extractEntitiesFromTfpString(retData.afp_otherantibodies, "");
+ retData.afp_otherantibodies = retData.afp_otherantibodies.split(" | ");
172
} else {
173
retData.afp_otherantibodies = [];
174
0 commit comments