Proper treatment for groups #4008
| @@ -715,7 +715,7 @@ export function getGroupBlock(group) { | ||
| 715 | 715 | |
| 716 | 716 | // Display inline tags |
| 717 | 717 | const tagsElement = template.find('.tags'); |
| 718 | 718 | printTagList(tagsElement, { forEntityOrKey: group.id, tagOptions: { isCharacterList: true } }); |
| 719 | 719 | |
| 720 | 720 | const avatar = getGroupAvatar(group); |
| 721 | 721 | if (avatar) { |
| @@ -1482,7 +1482,7 @@ function getGroupCharacterBlock(character) { | ||
| 1482 | 1482 | |
| 1483 | 1483 | // Display inline tags |
| 1484 | 1484 | const tagsElement = template.find('.tags'); |
| 1485 | 1485 | printTagList(tagsElement, { forEntityOrKey: characters.indexOf(character), tagOptions: { isCharacterList: true } }); |
| 1486 | 1486 | |
| 1487 | 1487 | if (!openGroupId) { |
| 1488 | 1488 | template.find('[data-action="speak"]').hide(); |