diff --git a/components/transactions/transaction-table.tsx b/components/transactions/transaction-table.tsx
index 3e2ab8e..5487e31 100644
--- a/components/transactions/transaction-table.tsx
+++ b/components/transactions/transaction-table.tsx
@@ -239,7 +239,7 @@ export function TransactionTable({
{transaction.amount >= 0 ? "+" : ""}
{formatCurrency(transaction.amount)}
-
+ | e.stopPropagation()}>
|
-
+ | e.stopPropagation()}>
|