Disable Reply Button When From
is System
or Emtpy
This commit is contained in:
parent
351829888f
commit
5b881f7c77
@ -81,7 +81,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
if (title == "From")
|
||||
if (title == "From" && !string.IsNullOrWhiteSpace(username) && username != "System")
|
||||
{
|
||||
<button type="button" class="btn btn-primary" @onclick="Reply">@Localizer["Reply"]</button>
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user