From 191310ebc476e8d384a89a76d70cced24c6e5047 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 7 May 2026 11:48:12 +0000 Subject: [PATCH] fixing build error --- .../[slug]/(portfolio)/your-projects/live/PibiSection.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/portfolio/[slug]/(portfolio)/your-projects/live/PibiSection.tsx b/src/app/portfolio/[slug]/(portfolio)/your-projects/live/PibiSection.tsx index 1dac39b..1f49aa8 100644 --- a/src/app/portfolio/[slug]/(portfolio)/your-projects/live/PibiSection.tsx +++ b/src/app/portfolio/[slug]/(portfolio)/your-projects/live/PibiSection.tsx @@ -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 { 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], );