summaryrefslogtreecommitdiff
path: root/src/client/view/graph_view.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/view/graph_view.js')
-rw-r--r--src/client/view/graph_view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index b6372307..464c6756 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -516,7 +516,7 @@ function GraphView(spec) {
var nodes = graph.nodes();
for (var i = 0; i < nodes.length; i++) {
var current = nodes[i];
- if (current.type === "third-internship-proposal") {
+ if (current.type === "internship") {
deliverables.push({
"id": nodes[i].id,
"startdate": nodes[i].start,