Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Add window name #1009
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkat committed Jul 12, 2017
1 parent c0e7523 commit 4989038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/SubHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class Subheader extends Component {

const currentNode = breadcrumb &&
breadcrumb[breadcrumb.length - 1] &&
breadcrumb[breadcrumb.length - 1].children;
breadcrumb[breadcrumb.length - 1];

return (
<div
Expand Down

0 comments on commit 4989038

Please sign in to comment.