From 267bb0fb17add8adbbd2ca53ef27445d5b1ba7f7 Mon Sep 17 00:00:00 2001 From: EmmaLRussell Date: Fri, 2 Aug 2024 11:25:54 +0100 Subject: [PATCH] lint --- app/static/src/app/components/run/RunPlot.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/static/src/app/components/run/RunPlot.vue b/app/static/src/app/components/run/RunPlot.vue index 541d639b..4754691e 100644 --- a/app/static/src/app/components/run/RunPlot.vue +++ b/app/static/src/app/components/run/RunPlot.vue @@ -4,9 +4,9 @@ :placeholder-message="placeholderMessage" :end-time="endTime" :plot-data="allPlotData" - :redrawWatches="solution ? - [solution, allFitData, selectedVariables, parameterSetSolutions, displayNames, graphCount] : - []" + :redrawWatches=" + solution ? [solution, allFitData, selectedVariables, parameterSetSolutions, displayNames, graphCount] : [] + " :linked-x-axis="linkedXAxis" :fit-plot="false" :graph-index="graphIndex"