From 54b6b2e8031b39a6c27793cd292af412001a4de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gallou?= Date: Tue, 21 Mar 2023 14:34:08 +0100 Subject: [PATCH] Apply camelCase as God said :-D --- .../plugins/src/lib/components/plugins-page/plugins.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/features/plugins/src/lib/components/plugins-page/plugins.tsx b/libs/features/plugins/src/lib/components/plugins-page/plugins.tsx index d3616f18..dd37d778 100644 --- a/libs/features/plugins/src/lib/components/plugins-page/plugins.tsx +++ b/libs/features/plugins/src/lib/components/plugins-page/plugins.tsx @@ -55,7 +55,7 @@ const stateColors: Record = { stopped: 'blue', running: 'green', custom: 'yellow', - waitdebugger: 'yellow', + waitDebugger: 'yellow', }; export type Plugin = {