Final changes (hopefully) for adding posts to profile

This commit is contained in:
FM1337
2017-06-22 12:13:55 -03:00
parent f6e5b6da08
commit 7743a01925
3 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,6 @@ func Profile(ctx *aero.Context, viewUser *arn.User) string {
if len(posts) > maxPosts {
posts = posts[:maxPosts]
}
})
return ctx.HTML(components.Profile(viewUser, user, animeList, threads, posts))