This commit is contained in:
Joel Jeremy Marquez
2025-10-06 15:41:35 -07:00
parent 28db29ac5e
commit e8508310e2

View File

@@ -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 && (