Skip to content

Commit

Permalink
Fixes #36708 - Repaired module stream details page breadcrumb bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
qcjames53 committed Aug 29, 2023
1 parent bb738c6 commit 374d5e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ class ModuleStreamDetails extends Component {
breadcrumbItems={[
{
caption: __('Module Streams'),
onClick: () =>
this.props.history.push('/module_streams'),
url: '/module_streams/',
},
{
caption: `${name} ${stream}`,
Expand Down

0 comments on commit 374d5e1

Please sign in to comment.