FIX: Prettier to fix build (#8311)
This commit is contained in:
parent
b3e8fbe7d4
commit
f8d69253e8
|
@ -44,7 +44,7 @@ export default Component.extend({
|
|||
animate(isInitial) {
|
||||
const $container = $(this.element);
|
||||
const $list = $(this.element.querySelector(".components-list"));
|
||||
if ($list.length === 0 || ENV.environment === 'test') {
|
||||
if ($list.length === 0 || ENV.environment === "test") {
|
||||
return;
|
||||
}
|
||||
const duration = 300;
|
||||
|
|
|
@ -22,9 +22,7 @@ export default class Connector {
|
|||
);
|
||||
}
|
||||
|
||||
const container = getOwner
|
||||
? getOwner(mounted)
|
||||
: mounted.container;
|
||||
const container = getOwner ? getOwner(mounted) : mounted.container;
|
||||
|
||||
let view;
|
||||
|
||||
|
|
Loading…
Reference in New Issue