Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Fix NftNavigator header
Browse files Browse the repository at this point in the history
  • Loading branch information
lambertkevin committed Mar 31, 2022
1 parent 74656a5 commit 13ccd20
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/RootNavigator/BaseNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,7 @@ export default function BaseNavigator() {
<Stack.Screen
name={NavigatorName.NftNavigator}
component={NftNavigator}
options={({ navigation }) => ({
title: null,
headerRight: null,
headerLeft: () => <CloseButton navigation={navigation} />,
})}
options={{ headerShown: false }}
/>
<Stack.Screen
name={NavigatorName.Accounts}
Expand Down

0 comments on commit 13ccd20

Please sign in to comment.