diff --git a/MP.SPEC/Components/ListODL.razor b/MP.SPEC/Components/ListODL.razor index 048bfdb4..9fb9debf 100644 --- a/MP.SPEC/Components/ListODL.razor +++ b/MP.SPEC/Components/ListODL.razor @@ -40,7 +40,7 @@ else @if (record.Note != "") { -
+
Note: @record.Note
} diff --git a/MP.SPEC/Components/ListPODL.razor b/MP.SPEC/Components/ListPODL.razor index 0696781d..8e79dcad 100644 --- a/MP.SPEC/Components/ListPODL.razor +++ b/MP.SPEC/Components/ListPODL.razor @@ -46,7 +46,7 @@ else
@if (record.Note != "") { -
+
Note: @record.Note
}