Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Aug 2, 2024
1 parent 5c423eb commit 267bb0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/static/src/app/components/run/RunPlot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 267bb0f

Please sign in to comment.