let's view the user's profile
This commit is contained in:
@ -505,6 +505,7 @@ namespace Yavsc.Controllers
|
|||||||
return View(new PerformerProfile
|
return View(new PerformerProfile
|
||||||
{
|
{
|
||||||
PerformerId = user.Id,
|
PerformerId = user.Id,
|
||||||
|
Performer = user,
|
||||||
OrganizationAddress = new Location()
|
OrganizationAddress = new Location()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user