Skip to content

Commit 1ec1537

Browse files
committed
Merge pull request henrikruscon#80 into develop
2 parents 6a46f6d + 6b7e98e commit 1ec1537

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.jsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,12 @@ exports.decorateHyper = (Hyper, { React }) => {
367367
}
368368

369369
render() {
370-
const { customChildren } = this.props;
370+
const { customInnerChildren } = this.props;
371371
const { Counter } = this;
372-
const existingChildren = customChildren
373-
? customChildren instanceof Array
374-
? customChildren
375-
: [customChildren]
372+
const existingChildren = customInnerChildren
373+
? customInnerChildren instanceof Array
374+
? customInnerChildren
375+
: [customInnerChildren]
376376
: [];
377377

378378
let friendlyCwd = this.state.cwd

0 commit comments

Comments
 (0)