diff --git a/app/static/src/app/components/options/ParameterSetView.vue b/app/static/src/app/components/options/ParameterSetView.vue index 44e558b4..26a2514a 100644 --- a/app/static/src/app/components/options/ParameterSetView.vue +++ b/app/static/src/app/components/options/ParameterSetView.vue @@ -114,10 +114,10 @@ import { paramSetLineStyle } from "../../plot"; import { RunGetter } from "../../store/run/getters"; const parameterColors = { - red: "#dc3545", - blue: "#479fb6", - grey: "#bbb" - }; + red: "#dc3545", + blue: "#479fb6", + grey: "#bbb" +}; export default defineComponent({ name: "ParameterSetView",