mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 19:15:31 +00:00
i think this is not always truthy, eslint
This commit is contained in:
parent
58514ebefc
commit
b76f0e712f
@ -163,6 +163,7 @@ export default function ProcessGroupShow() {
|
||||
</Stack>
|
||||
<br />
|
||||
<br />
|
||||
{/* eslint-disable-next-line sonarjs/no-gratuitous-expressions */}
|
||||
{modelPagination && modelPagination.total > 0 && (
|
||||
<PaginationForTable
|
||||
page={page}
|
||||
@ -174,6 +175,7 @@ export default function ProcessGroupShow() {
|
||||
)}
|
||||
<br />
|
||||
<br />
|
||||
{/* eslint-disable-next-line sonarjs/no-gratuitous-expressions */}
|
||||
{groupPagination && groupPagination.total > 0 && (
|
||||
<PaginationForTable
|
||||
page={page}
|
||||
|
Loading…
x
Reference in New Issue
Block a user