mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
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:
committed by
GitHub
parent
d902c38253
commit
f5586501bf
@@ -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',
|
||||
],
|
||||
|
||||
@@ -251,7 +251,6 @@ export function Cell({
|
||||
exposed,
|
||||
children,
|
||||
plain,
|
||||
exposed,
|
||||
valueStyle,
|
||||
onExpose,
|
||||
name,
|
||||
|
||||
6
upcoming-release-notes/4274.md
Normal file
6
upcoming-release-notes/4274.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [joel-jeremy]
|
||||
---
|
||||
|
||||
Fix react-hooks/exhaustive-deps error on table.tsx
|
||||
Reference in New Issue
Block a user