let's view the user's profile

main
Paul Schneider 9 years ago
parent 78f19c9157
commit 537dda7721
1 changed files with 1 additions and 0 deletions

@ -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()
}); });
} }

Loading…