Skip to content

Commit

Permalink
Remove redundant props for experiment page router
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyun1010 committed Dec 5, 2024
1 parent 1519b36 commit 2bc884e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/javascript/bundles/experiment-page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const render = (options, mountNodeId) => {
accessKey={options.content.accessKey}
species={options.content.species}
tabs={options.content.tabs}
anatomogram={options.content.anatomogram}
/>,
document.getElementById(mountNodeId)
)
Expand Down

0 comments on commit 2bc884e

Please sign in to comment.