From fe19fdf1fa8cf6ca31f1460ff145e53524e0a46a Mon Sep 17 00:00:00 2001 From: sumit_chaturvedi Date: Tue, 3 Jun 2025 12:06:22 +0530 Subject: [PATCH] srn Lint fixes --- ui/components/resources/table/column-resources.tsx | 2 +- ui/components/resources/table/resource-detail.tsx | 11 ++++++----- ui/types/index.ts | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ui/components/resources/table/column-resources.tsx b/ui/components/resources/table/column-resources.tsx index 585a184c43..9c8a5c6927 100644 --- a/ui/components/resources/table/column-resources.tsx +++ b/ui/components/resources/table/column-resources.tsx @@ -101,7 +101,7 @@ export const ColumnResources: ColumnDef[] = [ <>

{count} diff --git a/ui/components/resources/table/resource-detail.tsx b/ui/components/resources/table/resource-detail.tsx index 18be5b1976..ee57e1ffec 100644 --- a/ui/components/resources/table/resource-detail.tsx +++ b/ui/components/resources/table/resource-detail.tsx @@ -82,17 +82,18 @@ export const ResourceDetail = ({ diff --git a/ui/types/index.ts b/ui/types/index.ts index 4307efd3ed..4148f21f46 100644 --- a/ui/types/index.ts +++ b/ui/types/index.ts @@ -3,5 +3,5 @@ export * from "./components"; export * from "./filters"; export * from "./formSchemas"; export * from "./providers"; -export * from "./scans"; export * from "./resources"; +export * from "./scans";