Skip to content

Commit 418cb64

Browse files
committed
Remove args from the chain to pass tests
1 parent f659a86 commit 418cb64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/class-field-description.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export default class ClassFieldDescription extends Component {
77

88
get hasImportExample() {
99
return this.legacyModuleMappings.hasFunctionMapping(
10-
this.args.field.name,
11-
this.args.field.class
10+
this.field.name,
11+
this.field.class
1212
);
1313
}
1414

0 commit comments

Comments
 (0)