diff --git a/src/reference_blocks.ts b/src/reference_blocks.ts index 14553a99..b8f5a84c 100644 --- a/src/reference_blocks.ts +++ b/src/reference_blocks.ts @@ -197,6 +197,7 @@ const INFO_PANEL_REFERENCE_BLOCKS : ReferenceBlocks = [ title: 'Cards That Link Here', description: 'Cards that link to this one.', emptyMessage: 'No cards link to this one.', + showNavigate: true, cardsToBoldFilterFactory: (keyCard) => { return (card) => cardNeedsReciprocalLinkTo(keyCard, card); }