chore(collection/presentation): fix typecheck issue

This commit is contained in:
Elian Doran
2025-10-16 15:46:14 +03:00
parent 5d8ca1ecf7
commit 0a72133ca3

View File

@@ -27,7 +27,8 @@ export const byBookType: Record<ViewTypeOptions, string | null> = {
calendar: "xWbu3jpNWapp",
table: "2FvYrpmOXm29",
geoMap: "81SGnPGMk7Xc",
board: "CtBQqbwXDx1w"
board: "CtBQqbwXDx1w",
presentation: null
};
export function getHelpUrlForNote(note: FNote | null | undefined) {