Explorar el Código

fixing ksql table (#2115)

Robert Azizbekyan hace 3 años
padre
commit
5fa2bcf5b2
Se han modificado 1 ficheros con 0 adiciones y 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} />
                 ))}