diff --git a/templates/job-order/cmb.list.behindschedule.html.twig b/templates/job-order/cmb.list.behindschedule.html.twig
index faa7d6e7..2ed1bbeb 100644
--- a/templates/job-order/cmb.list.behindschedule.html.twig
+++ b/templates/job-order/cmb.list.behindschedule.html.twig
@@ -104,7 +104,7 @@
overflow: 'visible',
template: function (row, index, datatable) {
{% if is_granted('jo_onestep.edit') %}
- var actions = '';
+ var actions = '';
{% endif %}
return actions;
diff --git a/templates/job-order/cmb.list.open.html.twig b/templates/job-order/cmb.list.open.html.twig
index 92f195ac..aac00d65 100644
--- a/templates/job-order/cmb.list.open.html.twig
+++ b/templates/job-order/cmb.list.open.html.twig
@@ -115,7 +115,7 @@
overflow: 'visible',
template: function (row, index, datatable) {
{% if is_granted('jo_onestep.edit') %}
- var actions = '';
+ var actions = '';
{% endif %}
return actions;