diff --git a/src/RolemasterDb.App/Components/Shared/CriticalCellCurationDialog.razor b/src/RolemasterDb.App/Components/Shared/CriticalCellCurationDialog.razor index 74920c6..ed3bce9 100644 --- a/src/RolemasterDb.App/Components/Shared/CriticalCellCurationDialog.razor +++ b/src/RolemasterDb.App/Components/Shared/CriticalCellCurationDialog.razor @@ -59,26 +59,26 @@

@ErrorMessage

} - @if (IsQuickParseMode) - { - - } - else - { -
-
+
+
+ @if (IsQuickParseMode) + { + + } + else + { -
- -
- @if (!string.IsNullOrWhiteSpace(Model.SourceImageUrl)) - { - @CriticalCellPresentation.BuildSourceImageAltText(Model) - } - else - { -
-

No source image is available for this cell yet.

-
- } -
+ }
+
+ @if (!string.IsNullOrWhiteSpace(Model.SourceImageUrl)) + { + @CriticalCellPresentation.BuildSourceImageAltText(Model) + } + else + { +
+

No source image is available for this cell yet.

+
+ } +
+
+ + @if (!IsQuickParseMode) + { @if (GetUsedLegendEntries(Model, LegendEntries) is { Count: > 0 } usedLegendEntries) {