fix(ReceiptImportClient): remove extra comma in selectedCategoryId assignment
This commit is contained in:
@@ -173,7 +173,7 @@ export default function ReceiptImportClient({ isAdmin }: { isAdmin: boolean }) {
|
|||||||
matchSource: 'none',
|
matchSource: 'none',
|
||||||
categorySuggestion: item.categorySuggestion,
|
categorySuggestion: item.categorySuggestion,
|
||||||
productSearch: '',
|
productSearch: '',
|
||||||
selectedCategoryId: item.categorySuggestion?.categoryId ?? '',,
|
selectedCategoryId: item.categorySuggestion?.categoryId ?? '',
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user