d50cc39c27
* Show user bets on their profile * Add an alert for current users * Replace `/portfolio` with `/Austin?tab=Bets` * Replace `/Austin?tab=Bets` with `/Austin/bets` * Use replaceState for better browser history * Remove two console.logs * Note a bug * Fix path * Write in description of why we're doing this
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import UserProfile from '.'
|
|
|
|
export default function UserBets() {
|
|
return <UserProfile tab="bets" />
|
|
}
|