fixing ksql table (#2115)

This commit is contained in:
Robert Azizbekyan 2022-06-07 11:29:06 +04:00 committed by GitHub
parent f98c26e4fa
commit 5fa2bcf5b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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} />
))}