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',
|
||||
categorySuggestion: item.categorySuggestion,
|
||||
productSearch: '',
|
||||
selectedCategoryId: item.categorySuggestion?.categoryId ?? '',,
|
||||
selectedCategoryId: item.categorySuggestion?.categoryId ?? '',
|
||||
};
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user