WIP on profile page

This commit is contained in:
2020-12-18 22:46:34 -05:00
parent 786f79a52c
commit 47e32fd475
4 changed files with 154 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ else
@code {
bool retrievingProfile = true;
Profile? profile = null;
JobsJobsJobs.Shared.Profile? profile = null;
string? errorMessage = null;
protected override async Task OnInitializedAsync()