diff --git a/pages/amv/amv.pixy b/pages/amv/amv.pixy index a96eff97..eddaf81e 100644 --- a/pages/amv/amv.pixy +++ b/pages/amv/amv.pixy @@ -31,7 +31,8 @@ component AMVPage(amv *arn.AMV, user *arn.User) .user-avatars.amv-editors each editor in amv.VideoEditors() - Avatar(editor) + .mountable + Avatar(editor) if len(amv.Links) > 0 .widget