mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
fix custom study link being shown in filtered deck
https://forums.ankiweb.net/t/crashing-after-custom-study-learn-forgotten-cards/3013
This commit is contained in:
parent
ade7f438ce
commit
a43135f3d5
1 changed files with 5 additions and 3 deletions
|
@ -59,9 +59,11 @@
|
|||
</p>
|
||||
{/if}
|
||||
|
||||
{#if !info.isFilteredDeck}
|
||||
<p>
|
||||
{@html customStudyMsg}
|
||||
</p>
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue