From a43135f3d5a798462d2bf82bb535c9bef317d872 Mon Sep 17 00:00:00 2001
From: Damien Elmes
Date: Fri, 4 Sep 2020 08:31:33 +1000
Subject: [PATCH] fix custom study link being shown in filtered deck
https://forums.ankiweb.net/t/crashing-after-custom-study-learn-forgotten-cards/3013
---
ts/src/sched/CongratsPage.svelte | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/ts/src/sched/CongratsPage.svelte b/ts/src/sched/CongratsPage.svelte
index 273d0af57..dd24aa439 100644
--- a/ts/src/sched/CongratsPage.svelte
+++ b/ts/src/sched/CongratsPage.svelte
@@ -59,9 +59,11 @@
{/if}
-
- {@html customStudyMsg}
-
+ {#if !info.isFilteredDeck}
+
+ {@html customStudyMsg}
+
+ {/if}
{/if}