From 58daad073462658cd66325e714161c6645c3509f Mon Sep 17 00:00:00 2001 From: Nicolas Charpentier Date: Sat, 19 Mar 2016 16:18:30 -0400 Subject: [PATCH] Fix PR #98 --- components/NavBarContent.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/NavBarContent.js b/components/NavBarContent.js index 94aaf40..2712782 100644 --- a/components/NavBarContent.js +++ b/components/NavBarContent.js @@ -173,11 +173,11 @@ class NavBarContent extends React.Component { ); } else if (this.props.route.index > 0) { leftCornerContent = ( - { - const BackButton = this.props.backButtonComponent; - const backButtonProps = this.props.route.backButtonProps || {}; - return ; - }} /> + ); }