remove br since it felt like too much margin

This commit is contained in:
burnettk 2022-11-17 09:29:20 -05:00
parent f6e277db8d
commit 70f839116e
1 changed files with 0 additions and 1 deletions

View File

@ -586,7 +586,6 @@ export default function ProcessInstanceListTable({
return ( return (
<> <>
{filterComponent()} {filterComponent()}
<br />
<PaginationForTable <PaginationForTable
page={page} page={page}
perPage={perPage} perPage={perPage}