Skip to content

Commit

Permalink
Added AccountBadges screen to HomeScreen stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Feb 2, 2024
1 parent 197e80b commit 0346c7b
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 @@ -207,6 +207,7 @@ const HomeScreenStack = () => {
<Stack.Screen name="VotesViewPage" component={VotesViewPage}/>
<Stack.Screen name="ProfileStats" component={ProfileStats}/>
<Stack.Screen name="BadgeInfo" component={BadgeInfo}/>
<Stack.Screen name="AccountBadges" component={AccountBadges}/>
</Stack.Navigator>
)
}
Expand Down

0 comments on commit 0346c7b

Please sign in to comment.