From 5fa2bcf5b2d9cd3a90b008d925fd26af82f90647 Mon Sep 17 00:00:00 2001 From: Robert Azizbekyan <103438454+rAzizbekyan@users.noreply.github.com> Date: Tue, 7 Jun 2022 11:29:06 +0400 Subject: [PATCH] fixing ksql table (#2115) --- kafka-ui-react-app/src/components/KsqlDb/List/List.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx b/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx index 8a0e2b42a9..0e5ccc9fac 100644 --- a/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx +++ b/kafka-ui-react-app/src/components/KsqlDb/List/List.tsx @@ -73,7 +73,6 @@ const List: FC = () => { - {headers.map(({ Header, accessor }) => ( ))}