Removed unnecessary parameters

This commit is contained in:
2017-11-29 00:15:43 +01:00
parent dbf5175990
commit af8929a1ba
2 changed files with 5 additions and 24 deletions

View File

@ -1,4 +1,4 @@
component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList, threads []*arn.Thread, posts []*arn.Post, tracks []*arn.SoundTrack, uri string)
component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList, uri string)
ProfileHeader(viewUser, user, uri)
if len(animeList.Items) == 0