fixing ksql table (#2115)
This commit is contained in:
parent
f98c26e4fa
commit
5fa2bcf5b2
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ const List: FC = () => {
|
||||||
<Table isFullwidth>
|
<Table isFullwidth>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<TableHeaderCell title={' '} key="empty cell" />
|
|
||||||
{headers.map(({ Header, accessor }) => (
|
{headers.map(({ Header, accessor }) => (
|
||||||
<TableHeaderCell title={Header} key={accessor} />
|
<TableHeaderCell title={Header} key={accessor} />
|
||||||
))}
|
))}
|
||||||
|
|
Loading…
Add table
Reference in a new issue