{
const findSelectionId = findSameSelectionId(
agentSelections,
agentSelectedSet,
);
if (findSelectionId) {
globalStorage.setCurrentAgentSelection(findSelectionId);
} else {
globalStorage.addAgentSelection(
Array.from(agentSelectedSet),
);
}
}}
>
)}
{agentKeyList.map((agentKey, agentIndex) => (