portfolio fix

This commit is contained in:
Ian Philips 2022-06-22 12:51:20 -05:00
parent a1ea864799
commit eb02207c56

View File

@ -47,7 +47,7 @@ function getNavigation(username: string) {
{ name: 'Home', href: '/home', icon: HomeIcon },
{
name: 'Portfolio',
href: `/${username}/bets`,
href: `/${username}?tab=bets`,
icon: PresentationChartLineIcon,
},
{