Clickable char personas

7f9960fa7a7506824d27c3872bc929788dc5d6ab

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/personas.js+1 -1
@@ -589,7 +589,7 @@ export function updatePersonaConnectionsAvatarList() {
589589 }).filter(entity => entity?.item !== undefined);
590590
591591 if (entities.length)
592592 buildAvatarList($('#persona_connections_list'), entities, { interactable: true });
593593 else
594594 $('#persona_connections_list').text(t`[No character connections. Click one of the buttons above to connect this persona.]`);
595595}