From a11fbd4dd35a86e5f4d87bf09c7e46c96015ce12 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Wed, 23 Nov 2022 18:02:01 +0100 Subject: [PATCH] controllo data != null --- MP.SPEC/Components/ODLPlot.razor | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MP.SPEC/Components/ODLPlot.razor b/MP.SPEC/Components/ODLPlot.razor index bbecf152..ac762f00 100644 --- a/MP.SPEC/Components/ODLPlot.razor +++ b/MP.SPEC/Components/ODLPlot.razor @@ -7,7 +7,10 @@ } else { - + @if (Data != null) + { + + } } } \ No newline at end of file