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