+
+
-
-
-
-
- @currRecord.DurataMinuti
-
+ @if (currRecord != null)
+ {
+
+
+
+
+ @currRecord.DurataMinuti
+
+ }
- @*
-
@currRecord.DurataMinuti
- *@
}
diff --git a/MP.SPEC/Components/ODLPlot.razor b/MP.SPEC/Components/ODLPlot.razor
index 7c2e30c3..325b78fb 100644
--- a/MP.SPEC/Components/ODLPlot.razor
+++ b/MP.SPEC/Components/ODLPlot.razor
@@ -1,13 +1,13 @@
@if (@SelectedOdl != -1)
{
-
- @if (isLoading)
- {
-
- }
- else
- {
-
- }
-
+
+ @if (isLoading)
+ {
+
+ }
+ else
+ {
+
+ }
+
}
\ No newline at end of file