diff --git a/static/index.hbs b/static/index.hbs index 19d3e95..bb965d2 100644 --- a/static/index.hbs +++ b/static/index.hbs @@ -66,12 +66,12 @@ { searchable: false, targets: 3, - render: data => ``, + render: data => ` ${data}`, }, { searchable: false, targets: 4, - render: data => ``, + render: data => ` ${data}`, }, { searchable: false,