mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
fixing build error
This commit is contained in:
parent
2fc87d4dbf
commit
191310ebc4
1 changed files with 0 additions and 3 deletions
|
|
@ -20,7 +20,6 @@ import type { PibiRow } from "@/app/lib/pibiSectionHelpers";
|
|||
// ── TableMeta augmentation ────────────────────────────────────────────────────
|
||||
|
||||
declare module "@tanstack/react-table" {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
interface TableMeta<TData extends RowData> {
|
||||
pibi?: PibiTableMeta;
|
||||
}
|
||||
|
|
@ -436,7 +435,6 @@ export function PibiSection({
|
|||
});
|
||||
}
|
||||
},
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
[tableRows, dealId, portfolioId, queryClient],
|
||||
);
|
||||
|
||||
|
|
@ -480,7 +478,6 @@ export function PibiSection({
|
|||
});
|
||||
}
|
||||
},
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
[tableRows, dealId, portfolioId, queryClient],
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue