From 6d2c2d34cc38564ddbc98c896c6aebdd7fbb9b81 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Mon, 12 Jun 2023 14:34:40 -0500 Subject: [PATCH] Remove invalid link (#470) Signed-off-by: Peter Nied Signed-off-by: Peter Nied --- public/pages/Dashboard/utils/utils.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/pages/Dashboard/utils/utils.tsx b/public/pages/Dashboard/utils/utils.tsx index 603bb37a..451d2b90 100644 --- a/public/pages/Dashboard/utils/utils.tsx +++ b/public/pages/Dashboard/utils/utils.tsx @@ -313,7 +313,6 @@ export const buildColors = palleteBuilder( rgbColors.map(([r, g, b]) => [r, g, b, 0.8]) ); -// referred to here: https://tiny.amazon.com/337xpvcq/githelaselasblobv1822stor export const fillOutColors = (d: any, i: number, a: any[]) => { return buildColors(i / (a.length + 1)); };