From 0fbded94d586ed95cd4808153ca77ddd41f012c7 Mon Sep 17 00:00:00 2001 From: "Sean Kessler (Europa)" Date: Tue, 24 Jun 2025 21:47:48 -0400 Subject: [PATCH] Commit Latest --- PortfolioManager/Views/ScottPlotView.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PortfolioManager/Views/ScottPlotView.axaml.cs b/PortfolioManager/Views/ScottPlotView.axaml.cs index fbe6b15..8381fb4 100644 --- a/PortfolioManager/Views/ScottPlotView.axaml.cs +++ b/PortfolioManager/Views/ScottPlotView.axaml.cs @@ -10,7 +10,7 @@ namespace PortfolioManager.Views; public partial class ScottPlotView : UserControl { - private AvaPlot avaPlot = default; + // private AvaPlot avaPlot = default; public ScottPlotView() { InitializeComponent();