mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-06 07:34:26 +01:00
fix NRE in plugins list
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
<div class="card-body">
|
||||
<div class="d-flex align-items-baseline justify-content-between gap-2">
|
||||
<h4 class="card-title" data-bs-toggle="tooltip" title="@plugin.Identifier">@plugin.Name</h4>
|
||||
@if (!string.IsNullOrEmpty(downloadInfo.Author))
|
||||
@if (!string.IsNullOrEmpty(downloadInfo?.Author))
|
||||
{
|
||||
<span class="text-muted">
|
||||
by
|
||||
|
||||
Reference in New Issue
Block a user