Added VisitsTable test

This commit is contained in:
Alejandro Celaya
2020-04-09 10:21:38 +02:00
parent 9177bc7cef
commit ca52911e42
2 changed files with 119 additions and 1 deletions

View File

@@ -161,7 +161,7 @@ const VisitsTable = ({ visits, onVisitSelected, isSticky = false, matchMedia = w
</tr>
))}
</tbody>
{resultSet.total >= PAGE_SIZE && (
{resultSet.total > PAGE_SIZE && (
<tfoot>
<tr>
<td colSpan={7} className={classNames('visits-table__footer-cell', { 'visits-table__sticky': isSticky })}>