Skip to content

Commit 1037904

Browse files
committed
Merge pull request #655 from charpeni/eslint-navbar
Fix eslint src/Navbar.js
2 parents 05bd835 + 11a9287 commit 1037904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NavBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ const propTypes = {
122122
titleStyle: PropTypes.object,
123123
position: PropTypes.object,
124124
navigationBarStyle: PropTypes.object,
125+
renderTitle: PropTypes.any,
125126
};
126127

127128
const contextTypes = {

0 commit comments

Comments
 (0)