fixes(#1773): Empty state columns

This commit is contained in:
Anna Vítová 2024-03-27 13:38:59 +01:00 committed by Klara Simickova
parent 939047dfef
commit e886da4a66

View file

@ -196,7 +196,7 @@ const ImagesTable = () => {
<Table variant="compact" data-testid="images-table">
<Thead>
<Tr>
<Th />
<Th style={{ minWidth: itemCount === 0 ? '30px' : 'auto' }} />
<Th>Image name</Th>
<Th>Created/Updated</Th>
<Th>Release</Th>