manifold/web/pages/[username]/comments.tsx
Austin Chen 39870dd933
Bets on profile, again (#251)
* Revert "Revert "Show every user's bets on their profile (#170)""

This reverts commit 142206b79a.

* Fix typo

* Delete portfolio page
2022-05-18 11:52:12 -04:00

6 lines
108 B
TypeScript

import UserProfile from '.'
export default function UserBets() {
return <UserProfile tab="comments" />
}