Fix react-hooks/exhaustive-deps error on table.tsx (#4274)

* Fix react-hooks/exhaustive-deps error on table.tsx

* Release notes
This commit is contained in:
Joel Jeremy Marquez
2025-02-19 07:06:59 -08:00
committed by GitHub
parent d902c38253
commit f5586501bf
3 changed files with 6 additions and 2 deletions

View File

@@ -790,7 +790,6 @@ export default [
'packages/desktop-client/src/components/sidebar/Tools.tsx',
'packages/desktop-client/src/components/sort.tsx',
'packages/desktop-client/src/components/spreadsheet/useSheetValue.ts',
'packages/desktop-client/src/components/table.tsx',
'packages/desktop-client/src/components/transactions/TransactionList.jsx',
'packages/desktop-client/src/hooks/useCategories.ts',
],

View File

@@ -251,7 +251,6 @@ export function Cell({
exposed,
children,
plain,
exposed,
valueStyle,
onExpose,
name,

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Fix react-hooks/exhaustive-deps error on table.tsx