Skip to content

Commit 116311b

Browse files
committed
remove unnecessary init
1 parent f11cfcf commit 116311b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/components/search-input/dropdown.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ export default class Dropdown extends Component {
1717

1818
isVisible = false;
1919

20-
@tracked results;
21-
22-
constructor() {
23-
super(...arguments);
24-
this.results = A();
25-
}
26-
2720
// show
2821
// Massage data to make it easier for displaying on the template
2922
// Returned object:

0 commit comments

Comments
 (0)