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> </p>
{/if} {/if}
{#if !info.isFilteredDeck}
<p> <p>
{@html customStudyMsg} {@html customStudyMsg}
</p> </p>
{/if} {/if}
{/if}
</div> </div>
</div> </div>