From c032dc79ecd37c41d65e25a455ebfe3f2ac89ae3 Mon Sep 17 00:00:00 2001 From: Sander Date: Sun, 29 Dec 2024 17:43:10 +0100 Subject: [PATCH] fix: remove unused handle from `RGB` --- apps/electron-app/src/render/components/react-flow/nodes/RGB.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/electron-app/src/render/components/react-flow/nodes/RGB.tsx b/apps/electron-app/src/render/components/react-flow/nodes/RGB.tsx index 85dcc49..8bf6a98 100644 --- a/apps/electron-app/src/render/components/react-flow/nodes/RGB.tsx +++ b/apps/electron-app/src/render/components/react-flow/nodes/RGB.tsx @@ -14,7 +14,6 @@ export function Rgb(props: Props) { -