From 0a72133ca3acf4c5e3890de98208af5d0ed9d05b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 16 Oct 2025 15:46:14 +0300 Subject: [PATCH] chore(collection/presentation): fix typecheck issue --- apps/client/src/services/in_app_help.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/services/in_app_help.ts b/apps/client/src/services/in_app_help.ts index 9e00f7e37..a0b118e5c 100644 --- a/apps/client/src/services/in_app_help.ts +++ b/apps/client/src/services/in_app_help.ts @@ -27,7 +27,8 @@ export const byBookType: Record = { calendar: "xWbu3jpNWapp", table: "2FvYrpmOXm29", geoMap: "81SGnPGMk7Xc", - board: "CtBQqbwXDx1w" + board: "CtBQqbwXDx1w", + presentation: null }; export function getHelpUrlForNote(note: FNote | null | undefined) {