[frontend/pages] Don't show open original page button if URL is null
This commit is contained in:
parent
35f391b042
commit
1b032a6cd9
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
</MenuElement>
|
||||
}
|
||||
}
|
||||
@if (UserResponse.Host != null && Profile != null)
|
||||
@if (UserResponse.Host != null && Profile?.Url != null)
|
||||
{
|
||||
<MenuElement Icon="Icons.ArrowSquareOut" OnSelect="OpenOriginal">
|
||||
<Text>@Loc["Open original page"]</Text>
|
||||
|
|
Loading…
Add table
Reference in a new issue