fix #600 Unhandled exception opening a user's profile
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user