diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/follows/following-list/following-list.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/follows/following-list/following-list.component.html b/client/src/app/+admin/follows/following-list/following-list.component.html index 4554bf151..eb4f84d11 100644 --- a/client/src/app/+admin/follows/following-list/following-list.component.html +++ b/client/src/app/+admin/follows/following-list/following-list.component.html | |||
@@ -45,8 +45,8 @@ | |||
45 | </tr> | 45 | </tr> |
46 | </ng-template> | 46 | </ng-template> |
47 | 47 | ||
48 | <ng-template pSelectableRow="follow" pTemplate="body" let-follow> | 48 | <ng-template pTemplate="body" let-follow> |
49 | <tr> | 49 | <tr pSelectableRow="follow"> |
50 | <td class="checkbox-cell"> | 50 | <td class="checkbox-cell"> |
51 | <p-tableCheckbox [value]="follow" ariaLabel="Select this row" i18n-ariaLabel></p-tableCheckbox> | 51 | <p-tableCheckbox [value]="follow" ariaLabel="Select this row" i18n-ariaLabel></p-tableCheckbox> |
52 | </td> | 52 | </td> |