feat(posts): wire community pages to backend posts API
This commit is contained in:
@@ -22,7 +22,7 @@ export default async function UserProfilePage({ params }: { params: Promise<{ id
|
||||
}
|
||||
|
||||
const [userPosts, userFavorites, players, shops] = await Promise.all([
|
||||
listPostsByAuthor(user.id),
|
||||
listPostsByAuthor(id),
|
||||
listFavoritesByUser(user.id),
|
||||
listPlayers(),
|
||||
listShops(),
|
||||
|
||||
Reference in New Issue
Block a user