fix: bank rules

This commit is contained in:
Ahmed Bouhuolia
2024-07-02 12:16:51 +02:00
parent 50861940a8
commit 8a09de9771
15 changed files with 87 additions and 55 deletions

View File

@@ -84,7 +84,7 @@ function RecognizedTransactionsTableRoot({
});
};
//
// Handles categorize button click.
const handleCategorizeClick = (transaction) => {
setUncategorizedTransactionIdForMatching(
transaction.uncategorized_transaction_id,
@@ -137,7 +137,6 @@ const DashboardConstrantTable = styled(DataTable)`
background: #fff;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
}
}

View File

@@ -11,6 +11,7 @@ export function ActionsMenu({
<Menu>
<MenuItem
text={'Categorize'}
icon={<Icon icon="reader-18" />}
onClick={safeCallback(onCategorize, original)}
/>
<MenuDivider />