From c3e6b12e4b17de0f6339ed0d79da16c23a78c1e0 Mon Sep 17 00:00:00 2001 From: danyx23 Date: Mon, 23 Oct 2023 08:10:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20style:=20prettify=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/@ourworldindata/grapher/src/core/Grapher.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@ourworldindata/grapher/src/core/Grapher.tsx b/packages/@ourworldindata/grapher/src/core/Grapher.tsx index c45e9509ad6..12855174dd6 100644 --- a/packages/@ourworldindata/grapher/src/core/Grapher.tsx +++ b/packages/@ourworldindata/grapher/src/core/Grapher.tsx @@ -1450,7 +1450,7 @@ export class Grapher const { yColumnSlugs, xColumnSlug, sizeColumnSlug, colorColumnSlug } = this - const columnSlugs = excludeUndefined( [ + const columnSlugs = excludeUndefined([ ...yColumnSlugs, xColumnSlug, sizeColumnSlug,