Skip to content

Commit

Permalink
Fixed not being able to navigate to badge screen from profile page na…
Browse files Browse the repository at this point in the history
…vigated to by HomeScreen
  • Loading branch information
Sebastian-Webster committed Feb 2, 2024
1 parent 4d89c18 commit efb29e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions navigation/StackNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const HomeScreenStack = () => {
<Stack.Screen name="CategoryViewPage" component={CategoryViewPage}/>
<Stack.Screen name="VotesViewPage" component={VotesViewPage}/>
<Stack.Screen name="ProfileStats" component={ProfileStats}/>
<Stack.Screen name="BadgeInfo" component={BadgeInfo}/>
</Stack.Navigator>
)
}
Expand Down

0 comments on commit efb29e0

Please sign in to comment.