mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
Cleanup
This commit is contained in:
@@ -192,15 +192,6 @@ function PayeeList({
|
||||
regularPayees,
|
||||
accountPayees,
|
||||
}: PayeeListProps) {
|
||||
// useAutocompleteFocusOnInput({
|
||||
// getFocusedKey: state => {
|
||||
// const keys = Array.from(state.collection.getKeys());
|
||||
// return keys
|
||||
// .map(key => state.collection.getItem(key))
|
||||
// .find(i => i.type === 'item' && i.key !== 'new')?.key || 'new';
|
||||
// },
|
||||
// });
|
||||
|
||||
return (
|
||||
<>
|
||||
{showCreatePayee && (
|
||||
|
||||
Reference in New Issue
Block a user