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:
Damien Elmes 2020-09-04 08:31:33 +10:00
parent ade7f438ce
commit a43135f3d5

View File

@ -59,9 +59,11 @@
</p>
{/if}
<p>
{@html customStudyMsg}
</p>
{#if !info.isFilteredDeck}
<p>
{@html customStudyMsg}
</p>
{/if}
{/if}
</div>
</div>