fix NRE in plugins list

This commit is contained in:
Kukks
2023-01-18 13:47:08 +01:00
parent e0adb1133d
commit bd5e4f3d94

View File

@@ -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