Skip to content

Commit b24d2bf

Browse files
rajakvklocks
authored andcommitted
Fix Prettifier error shown in github action
1 parent ba99a0b commit b24d2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/api-index-filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default class ApiIndexFilter extends Component {
2525
}
2626

2727
filterItems(itemType) {
28-
let items =
28+
let items =
2929
this.model[itemType] === undefined ? [] : this.model[`${itemType}`];
3030
if (!this.filterData.showInherited) {
3131
items = items.filter((item) => item.inherited !== true);

0 commit comments

Comments
 (0)