Update ts/routes/deck-options/FsrsOptions.svelte

This commit is contained in:
Luc Mcgrady 2025-09-03 18:07:33 +01:00 committed by GitHub
parent 11e9b89cc0
commit d9910ee548
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -341,7 +341,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
function showSimulatorModal(modal: Modal) {
if (
initialParmas.length === 0 ||
fsrsParams($config).toString() === initialParmas.toString()
) {
modal?.show();