diff --git a/packages/desktop-client/src/components/accounts/Reconcile.jsx b/packages/desktop-client/src/components/accounts/Reconcile.jsx
index 5ebcd31fa76ab769f90959179a85246a7033b655..ab7127858ef6008f9e23480586f63c53fd5c9231 100644
--- a/packages/desktop-client/src/components/accounts/Reconcile.jsx
+++ b/packages/desktop-client/src/components/accounts/Reconcile.jsx
@@ -78,7 +78,7 @@ export function ReconcilingMessage({
           </View>
         )}
         <View style={{ marginLeft: 15 }}>
-          <Button variant="primary" autoFocus onPress={onDone}>
+          <Button variant="primary" onPress={onDone}>
             Done Reconciling
           </Button>
         </View>
diff --git a/upcoming-release-notes/3338.md b/upcoming-release-notes/3338.md
new file mode 100644
index 0000000000000000000000000000000000000000..7460cfc33b17efb7bba20b4469a7e6c706bcd0f6
--- /dev/null
+++ b/upcoming-release-notes/3338.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [MatissJanis]
+---
+
+Fix reconciliation closing on `enter` click.