Explorar o código

fixing ksql table (#2115)

Robert Azizbekyan %!s(int64=3) %!d(string=hai) anos
pai
achega
5fa2bcf5b2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      kafka-ui-react-app/src/components/KsqlDb/List/List.tsx

+ 0 - 1
kafka-ui-react-app/src/components/KsqlDb/List/List.tsx

@@ -73,7 +73,6 @@ const List: FC = () => {
           <Table isFullwidth>
             <thead>
               <tr>
-                <TableHeaderCell title={' '} key="empty cell" />
                 {headers.map(({ Header, accessor }) => (
                   <TableHeaderCell title={Header} key={accessor} />
                 ))}