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
I think the "mentors[0] &&" here isn't necessary. Since you set mentors in the reducer initialState to be an empty array, mentors.map will handle that just fine, and won't do any real work.
I think the "mentors[0] &&" here isn't necessary. Since you set mentors in the reducer initialState to be an empty array, mentors.map will handle that just fine, and won't do any real work.
mpcc-assistant/src/client/components/dashboard/Dashboard.js
Line 32 in 6c0d9f5
The text was updated successfully, but these errors were encountered: