Browse Source

fixing ksql table (#2115)

Robert Azizbekyan 3 năm trước cách đây
mục cha
commit
5fa2bcf5b2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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} />
                 ))}