style tweak

pull/5926/head
Conduitry 6 years ago
parent 434434f923
commit 749fa0ac3a

@ -907,9 +907,10 @@ export default class ElementWrapper extends Wrapper {
});
if (any_dynamic_dependencies) {
block.chunks.update.push(b`
if (${condition}) {
${updater}
}`);
if (${condition}) {
${updater}
}
`);
}
}
});

Loading…
Cancel
Save