fixing comment for clarity

This commit is contained in:
Dave 2021-01-25 15:53:35 +00:00
parent df12930762
commit db8f23a572
1 changed files with 1 additions and 2 deletions

View File

@ -194,8 +194,7 @@ export default new Vuex.Store({
// convert to Map
.map(role => [role.id, role])
);
// update travelers by edition list
// update extraTravelers map to only show travelers not in this script
state.otherTravelers = new Map(
rolesJSON
.filter(r => r.team === "traveler" && !roles.some(i => i.id === r.id))