fix: redo 722

This commit is contained in:
Jean-Baptiste Pasquier
2020-10-08 09:55:56 +02:00
parent 4578b30ff9
commit d2f2d594d0
4 changed files with 20 additions and 11 deletions

View File

@ -87,11 +87,15 @@ solid-router(default-route='circle-profile', hidden)
bind-resources
nested-field='members'
loader-id='loader-circle-profile'
fields='classGroup(user.account.picture, sup(user.name, is_admin), sub(user.profile.city))'
fields='classGroup(user.account.picture, sup(user.name, send, is_admin), sub(user.profile.city))'
action-send="messages"
label-send=""
class-classGroup='user-thumb is-spaced'
class-user.account.picture='avatar user-thumb__picture'
class-user.name='user-thumb__name'
class-send='user-thumb__send'
class-is_admin='user-thumb__admin'
class-user.profile.city='user-thumb__city'