i think this is not always truthy, eslint
This commit is contained in:
parent
498c0b41ba
commit
b4a2b204e6
|
@ -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…
Reference in New Issue