You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two loops could be replaced by a call to .map() on the user array. And instead of using the two loops, we only need to do it in a single iteration.
The two loops could be replaced by a call to
.map()on the user array. And instead of using the two loops, we only need to do it in a single iteration.Originally posted by @d-gubert in #11