Skip to content

Commit

Permalink
Merge pull request #379 from SquareTable/364-pressing-on-badges-when-…
Browse files Browse the repository at this point in the history
…on-a-profilescreen-navigated-to-by-the-homescreen-doesnt-work

Fixed not being able to navigate to badge screen from profile page navigated to by HomeScreen
  • Loading branch information
Sebastian-Webster authored Feb 2, 2024
2 parents 4d89c18 + efb29e0 commit 197e80b
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 197e80b

Please sign in to comment.