Skip to content
Snippets Groups Projects
Commit 12c2b6c9 authored by kopareigns's avatar kopareigns
Browse files

Fix

parent 311f9334
No related branches found
No related tags found
1 merge request!4041Fix
...@@ -55,6 +55,13 @@ ...@@ -55,6 +55,13 @@
} }
} }
})>> })>>
<<set $organs = $organs.filter(function(o) {
if (o.weeksToCompletion <= 0) {
$completedOrgans.push(o);
return false;
}
return true;
})>>
<</if>> <</if>>
<<if $incubatorOrgans.length > 0>> <<if $incubatorOrgans.length > 0>>
......
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