diff --git a/ts/routes/deck-options/FsrsOptions.svelte b/ts/routes/deck-options/FsrsOptions.svelte index da59004a7..25f479878 100644 --- a/ts/routes/deck-options/FsrsOptions.svelte +++ b/ts/routes/deck-options/FsrsOptions.svelte @@ -360,9 +360,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html {#if optimalRetention} {estimatedRetention(optimalRetention)} - {#if parseFloat(optimalRetention.toFixed(2)) > $config.desiredRetention} + {#if optimalRetention - $config.desiredRetention >= 0.01} {/if}