Fixes
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
component Genre(genre string, animes []*arn.Anime, user *arn.User, userScore float64)
|
||||
h1(title=fmt.Sprint(len(animes)) + " anime")= strings.Title(genre)
|
||||
|
||||
if user != nil
|
||||
h2= fmt.Sprintf("%.1f", userScore)
|
||||
|
||||
|
Reference in New Issue
Block a user