fix #600 Unhandled exception opening a user's profile

This commit is contained in:
Shaun Walker
2020-06-14 21:12:55 -04:00
parent 4285603563
commit 42696eacbd
2 changed files with 6 additions and 2 deletions

View File

@ -73,7 +73,7 @@ else
}
</TabPanel>
<TabPanel Name="Profile">
@if (profiles != null)
@if (profiles != null && settings != null)
{
<table class="table table-borderless">
@foreach (Profile profile in profiles)