From 264dcd21c2f4a821bde671b83395d75091e58415 Mon Sep 17 00:00:00 2001 From: Konstantin Markov Date: Mon, 13 Jan 2025 14:09:31 +0200 Subject: [PATCH] Remove bad comment --- scripts/core/get-superdesk-api-implementation.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/core/get-superdesk-api-implementation.tsx b/scripts/core/get-superdesk-api-implementation.tsx index 2c3037822c..26c382b2da 100644 --- a/scripts/core/get-superdesk-api-implementation.tsx +++ b/scripts/core/get-superdesk-api-implementation.tsx @@ -462,7 +462,6 @@ export function getSuperdeskApiImplementation( TopMenuDropdownButton, Icon, IconBig, - // eslint-disable-next-line react/display-name getAuthoringComponent: () => AuthoringReact, getLockInfoHttpComponent: () => LockInfoHttp, getLockInfoComponent: () => LockInfo,