Skip to content

Commit

Permalink
Merge pull request #378 from SquareTable/321-profilestats-is-not-in-h…
Browse files Browse the repository at this point in the history
…omescreen-navigation-stack

ProfileStats is now in HomeScreen navigation stack
  • Loading branch information
Sebastian-Webster authored Feb 2, 2024
2 parents 7dd668c + 3543a34 commit 4d89c18
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 @@ -205,6 +205,7 @@ const HomeScreenStack = () => {
<Stack.Screen name="ProfilePages" component={ProfilePages}/>
<Stack.Screen name="CategoryViewPage" component={CategoryViewPage}/>
<Stack.Screen name="VotesViewPage" component={VotesViewPage}/>
<Stack.Screen name="ProfileStats" component={ProfileStats}/>
</Stack.Navigator>
)
}
Expand Down

0 comments on commit 4d89c18

Please sign in to comment.