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 = {