Skip to content

Commit da76a73

Browse files
authored
Merge pull request #1637 from fedspendingtransparency/FDG-10128
FDG-10128 Federal Investments Program: Statement of Account dataset "Transaction Date" filter is not working
2 parents ef08bc1 + 9a27d8b commit da76a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dtg-table/dtg-table.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export default function DtgTable({
404404
!pivotSelected?.pivotValue &&
405405
!rawData?.pivotApplied
406406
) {
407-
if (tableData?.meta['total-count'] > REACT_TABLE_MAX_NON_PAGINATED_SIZE) {
407+
if (tableData?.meta['total-count'] <= REACT_TABLE_MAX_NON_PAGINATED_SIZE) {
408408
// data with current date range < 20000
409409
if (!(reactTableData?.pivotApplied && !updatedData(tableData.data, reactTableData?.data.slice(0, itemsPerPage)))) {
410410
if (

0 commit comments

Comments
 (0)