Skip to content

Commit 5e56752

Browse files
committed
Merge pull request #86 from charpeni/issue-75
Fix titleProps
2 parents 763f2c6 + 4bc2c48 commit 5e56752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/NavBarContent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ class NavBarContent extends React.Component {
228228
goToFirstRoute={this.goToFirstRoute}
229229
customAction={this.customAction}
230230
{...this.props.titleProps}
231+
{...this.props.route.titleProps}
231232
/>
232233
);
233234
} else {

0 commit comments

Comments
 (0)