diff --git a/.eslintrc.js b/.eslintrc.js
index 0c585b6..cc589c7 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -36,6 +36,8 @@ module.exports = {
'postcss-mixins',
'postcss-conditionals-renewed',
'postcss-at-rules-variables',
+ 'broccoli-funnel',
+ 'broccoli-merge-trees',
'autoprefixer',
'tailwindcss',
'@tailwindcss/forms',
diff --git a/addon/components/button.hbs b/addon/components/button.hbs
index e426e0f..7d0ef9a 100644
--- a/addon/components/button.hbs
+++ b/addon/components/button.hbs
@@ -31,7 +31,11 @@
{{/if}}
{{yield}}
- {{#if @helpText}}
+ {{#if this.disabledByPermission}}
+