@@ -227,12 +232,14 @@ export const createQuickSwitcherSettingsComponent = ({
-
- {formatShortcutForDisplay({
- shortcut: bookmark.shortcut,
- isMac,
- })}
-
+ {bookmark.shortcut ? (
+
+ {formatShortcutForDisplay({
+ shortcut: bookmark.shortcut,
+ isMac,
+ })}
+
+ ) : null}