diff --git a/frontend/src/ts/test/result.ts b/frontend/src/ts/test/result.ts index fc983aae2..a15f481e5 100644 --- a/frontend/src/ts/test/result.ts +++ b/frontend/src/ts/test/result.ts @@ -460,7 +460,11 @@ function updateTags(dontSave: boolean): void { $("#result .stats .tags .bottom").append(`
${tag.display}
`); - if (Config.mode != "quote" && !dontSave) { + if ( + Config.mode != "quote" && + !dontSave && + (await Misc.getFunbox(result.funbox ?? ""))?.canGetPb === true + ) { if (tpb < result.wpm) { //new pb for that tag DB.saveLocalTagPB(