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>
|
</Stack>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
{/* eslint-disable-next-line sonarjs/no-gratuitous-expressions */}
|
||||||
{modelPagination && modelPagination.total > 0 && (
|
{modelPagination && modelPagination.total > 0 && (
|
||||||
<PaginationForTable
|
<PaginationForTable
|
||||||
page={page}
|
page={page}
|
||||||
|
@ -174,6 +175,7 @@ export default function ProcessGroupShow() {
|
||||||
)}
|
)}
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
{/* eslint-disable-next-line sonarjs/no-gratuitous-expressions */}
|
||||||
{groupPagination && groupPagination.total > 0 && (
|
{groupPagination && groupPagination.total > 0 && (
|
||||||
<PaginationForTable
|
<PaginationForTable
|
||||||
page={page}
|
page={page}
|
||||||
|
|
Loading…
Reference in New Issue