diff --git a/src/components/Actions.tsx b/src/components/Actions.tsx
index 8cd1d2abd1..1ba40ba08f 100644
--- a/src/components/Actions.tsx
+++ b/src/components/Actions.tsx
@@ -286,17 +286,17 @@ export const UndoRedoActions = ({
);
export const ExitZenModeAction = ({
- executeAction,
+ actionManager,
showExitZenModeBtn,
}: {
- executeAction: ActionManager["executeAction"];
+ actionManager: ActionManager;
showExitZenModeBtn: boolean;
}) => (
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 420aeb6a88..0fbcd73d9b 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -96,7 +96,7 @@ const Footer = ({
{actionManager.renderAction("toggleShortcuts")}