Skip to content

Commit

Permalink
fix: request JumpToPath components always as container
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Nov 26, 2021
1 parent 7b52233 commit f3d3898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/components/models.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class Models extends Component {
const ModelWrapper = getComponent("ModelWrapper")
const Collapse = getComponent("Collapse")
const ModelCollapse = getComponent("ModelCollapse")
const JumpToPath = getComponent("JumpToPath")
const JumpToPath = getComponent("JumpToPath", true)

return <section className={ showModels ? "models is-open" : "models"} ref={this.onLoadModels}>
<h4>
Expand Down

0 comments on commit f3d3898

Please sign in to comment.