diff --git a/addon/components/lt-body.js b/addon/components/lt-body.js index a684a519..752c9d2a 100644 --- a/addon/components/lt-body.js +++ b/addon/components/lt-body.js @@ -24,7 +24,7 @@ const { * {{/body.loader}} * {{/if}} * - * {{#if table.isEmpty)}} + * {{#if table.isEmpty}} * {{#body.no-data}} * No users found. * {{/body.no-data}} diff --git a/addon/index.js b/addon/index.js index cde38de3..14b202ba 100644 --- a/addon/index.js +++ b/addon/index.js @@ -104,7 +104,7 @@ import Row from './classes/Row'; * {{/body.loader}} * {{/if}} * - * {{#if table.isEmpty)}} + * {{#if table.isEmpty}} * {{#body.no-data}} * No users found. * {{/body.no-data}}