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

Added a null check for scientific_discipline

parent 32c459aa
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@
</div>
<div class="col-sm-9">
<div>
{{ response.scientific_discipline.join(", ") }}
{{ response.scientific_discipline !== null? response.scientific_discipline.join(", "): "" }}
</div>
</div>
</div>
......
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