From 04d8926ef5ffe4c07987f670ce8d911bcedd3e30 Mon Sep 17 00:00:00 2001 From: Antoni Spaanderman <56turtle56@gmail.com> Date: Fri, 17 Feb 2023 15:47:32 +0100 Subject: [PATCH] fix missing quote --- .../block-sizes-weights-graph.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts b/frontend/src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts index 016dd79f6..8477af588 100644 --- a/frontend/src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts +++ b/frontend/src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts @@ -125,7 +125,7 @@ export class BlockSizesWeightsGraphComponent implements OnInit { color: [ '#FDD835', '#D81B60', - '#039BE5, + '#039BE5', ], grid: { top: 30,