diff --git a/packages/web/src/app/config/Config.tsx b/packages/web/src/app/config/Config.tsx index 18305ec8a..41198e88c 100644 --- a/packages/web/src/app/config/Config.tsx +++ b/packages/web/src/app/config/Config.tsx @@ -42,7 +42,7 @@ export default function Config() { title: "42Crunch Platform", items: [ platformConnection, - platformServices, + skipVisualStudio(platformServices), skipVisualStudio(temporaryCollection), skipVisualStudio(mandatoryTags), skipVisualStudio(auditRuntime),