mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-01 13:16:42 +00:00
Added VisitsTable test
This commit is contained in:
@@ -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 })}>
|
||||
|
||||
Reference in New Issue
Block a user