From 05abdf4f5560e4ff42770a69bf2c4039324890ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20=C3=85str=C3=B6m?= Date: Mon, 15 May 2023 09:42:06 +0200 Subject: [PATCH] fix: do not crash on unknown chart + footer (#1268) * fix: do not krash on unknown chart + footer * chore: use undefined instead --- apis/nucleus/src/components/Cell.jsx | 2 +- apis/nucleus/src/sn/__tests__/types.test.js | 4 ++-- apis/nucleus/src/sn/types.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apis/nucleus/src/components/Cell.jsx b/apis/nucleus/src/components/Cell.jsx index 426ff06e2..5e8b49ec4 100644 --- a/apis/nucleus/src/components/Cell.jsx +++ b/apis/nucleus/src/components/Cell.jsx @@ -569,7 +569,7 @@ const Cell = forwardRef( > {Content} -