diff --git a/packages/desktop-client/src/components/transactions/TransactionsTable.js b/packages/desktop-client/src/components/transactions/TransactionsTable.js
index c0288def8a9..0b251819b4a 100644
--- a/packages/desktop-client/src/components/transactions/TransactionsTable.js
+++ b/packages/desktop-client/src/components/transactions/TransactionsTable.js
@@ -365,7 +365,20 @@ const TransactionHeader = memo(
}
/>
{showBalance && | }
- {showCleared && }
+
+ {showCleared && (
+
+ onSort('cleared', selectAscDesc(field, ascDesc, 'cleared', 'asc'))
+ }
+ />
+ )}
+
|
);
@@ -437,9 +450,9 @@ function StatusCell({
return (
|