portfolio fix

This commit is contained in:
Ian Philips 2022-06-22 12:54:41 -05:00
parent eb02207c56
commit 495cbef995

View File

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