diff --git a/templates/job-order/list.all.html.twig b/templates/job-order/list.all.html.twig
index b907a1b5..a4cd4afe 100644
--- a/templates/job-order/list.all.html.twig
+++ b/templates/job-order/list.all.html.twig
@@ -113,7 +113,7 @@
overflow: 'visible',
template: function (row, index, datatable) {
var actions = '';
- actions += '';
+ actions += '';
return actions;
},