Skip to content

Commit 5ec2d98

Browse files
fix: display of import path (#922)
1 parent 71aef70 commit 5ec2d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/api/x-class/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{! wrapping in a div seems to work around https://github.com/ember-learn/ember-cli-addon-docs/issues/7 }}
44
<div data-test-class-description>{{{@class.description}}}</div>
55

6-
{{#if (or (and @class.exportType @showImportPaths) this.hasToggles)}}
6+
{{#if (or (and @class.exportType this.showImportPaths) this.hasToggles)}}
77
<Api::XMetaPanel as |panel|>
88
{{#if @class.exportType}}
99
<panel.header>

0 commit comments

Comments
 (0)