We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71aef70 commit 5ec2d98Copy full SHA for 5ec2d98
addon/components/api/x-class/template.hbs
@@ -3,7 +3,7 @@
3
{{! wrapping in a div seems to work around https://github.com/ember-learn/ember-cli-addon-docs/issues/7 }}
4
<div data-test-class-description>{{{@class.description}}}</div>
5
6
-{{#if (or (and @class.exportType @showImportPaths) this.hasToggles)}}
+{{#if (or (and @class.exportType this.showImportPaths) this.hasToggles)}}
7
<Api::XMetaPanel as |panel|>
8
{{#if @class.exportType}}
9
<panel.header>
0 commit comments