From f59169bc06f350b9b62250c75e1023ca6e7cf2bd Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Thu, 4 May 2023 10:47:28 -0700 Subject: [PATCH] Remove invalid link 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)); };