Skip to content
Snippets Groups Projects
Commit e961567e authored by moon's avatar moon
Browse files

Close #41: Protein count on Condensate List Page and...

Close #41: Protein count on Condensate List Page and Detail Page doesn't match
parent a422335a
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@
{
title: 'No. Proteins',
render: function ( data, type, row, meta ) {
return row.proteins.length;
return row.protein_count;
}
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment