mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
fixing comment for clarity
This commit is contained in:
parent
df12930762
commit
db8f23a572
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue