@@ -165,7 +165,7 @@ export default {
myprofile: x => x.myprofile,
myID: s =>
(
- s.myprofile.filter(
+ (s.myprofile || []).filter(
x => x.ActivityId === (s.activity || {}).ActivityId
)[0] || {}
).MemberId