Agent name speaking not visible in frontend
Lucaskabela opened this issue · 0 comments
Lucaskabela commented
Problem
The agent who is acting's name should be visible on chat bubbles on the frontend of the game app. It is currently not.
Problem traced to
LIGHT/deploy/web/gameapp/src/index.js
Line 129 in 764eb7a
agents is constantly empty, so trying to access a value results in Null, displaying nothing
Tracing where agents is set, we find that the rule to update the agents list is always false