| 589 | }).filter(entity => entity?.item !== undefined); | 589 | }).filter(entity => entity?.item !== undefined); |
| 590 | | 590 | |
| 591 | if (entities.length) | 591 | if (entities.length) |
| 592 | buildAvatarList($('#persona_connections_list'), entities); | 592 | buildAvatarList($('#persona_connections_list'), entities, { interactable: true }); |
| 593 | else | 593 | else |
| 594 | $('#persona_connections_list').text(t`[No character connections. Click one of the buttons above to connect this persona.]`); | 594 | $('#persona_connections_list').text(t`[No character connections. Click one of the buttons above to connect this persona.]`); |
| 595 | } | 595 | } |