Skip to content

Commit fe1bd43

Browse files
committed
chore: lint
1 parent 985f346 commit fe1bd43

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

packages/vike-solid/integration/getPageElement.tsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ function Wrapper(props: { children: JSX.Element }) {
2323

2424
createComputed(() => {
2525
setWrappers(
26-
reconcile([
27-
// Inner wrapping
28-
...(pageContext.config.Layout || []),
29-
// Outer wrapping
30-
...(pageContext.config.Wrapper || []),
31-
].reverse()),
26+
reconcile(
27+
[
28+
// Inner wrapping
29+
...(pageContext.config.Layout || []),
30+
// Outer wrapping
31+
...(pageContext.config.Wrapper || []),
32+
].reverse(),
33+
),
3234
);
3335
});
3436

0 commit comments

Comments
 (0)