diff --git a/MP.SPEC/Components/ListPODL.razor b/MP.SPEC/Components/ListPODL.razor
index d5105750..2eae6201 100644
--- a/MP.SPEC/Components/ListPODL.razor
+++ b/MP.SPEC/Components/ListPODL.razor
@@ -1,4 +1,5 @@
@using MP.SPEC.Components
+@using MP.SPEC.Components.ProdKit
@using MP.SPEC.Data
@if (ListRecords == null || isLoading)
@@ -15,7 +16,7 @@ else
@if (showKitDetail)
{
-
+
}
diff --git a/MP.SPEC/Components/ProdKit/KitDetailModal.razor b/MP.SPEC/Components/ProdKit/KitDetailModal.razor
index 6fc6486b..25fc0836 100644
--- a/MP.SPEC/Components/ProdKit/KitDetailModal.razor
+++ b/MP.SPEC/Components/ProdKit/KitDetailModal.razor
@@ -16,7 +16,7 @@
}
else if (numIstKit == 0)
{
-
+
Nessun record trovato
}
@@ -62,7 +62,7 @@