From b72558db7cd6e6b4754004dee7893419327921f5 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Sun, 10 Sep 2023 19:54:39 -0300 Subject: [PATCH] added coma --- src/frontend/src/utils/styleUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index 9cf047006..691da3313 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -302,6 +302,6 @@ export const nodeIconsLucide: iconsType = { UserCog2, Key, Unplug, - Group + Group, ChevronUp, };