diff --git a/templates/api-role/list.html.twig b/templates/api-role/list.html.twig
index db731ca3..4836085c 100644
--- a/templates/api-role/list.html.twig
+++ b/templates/api-role/list.html.twig
@@ -92,11 +92,11 @@
template: function (row, index, datatable) {
var actions = '';
if (row.meta.update_url != '') {
- actions += '';
+ actions += '';
}
if (row.meta.delete_url != '') {
- actions += '';
+ actions += '';
}
return actions;