mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
Cleanup
This commit is contained in:
@@ -192,15 +192,6 @@ function PayeeList({
|
|||||||
regularPayees,
|
regularPayees,
|
||||||
accountPayees,
|
accountPayees,
|
||||||
}: PayeeListProps) {
|
}: 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 (
|
return (
|
||||||
<>
|
<>
|
||||||
{showCreatePayee && (
|
{showCreatePayee && (
|
||||||
|
|||||||
Reference in New Issue
Block a user