Fix dubious puzzle rating showing differently from no puzzle rating (#9701)

pull/9702/head
Silas S. Brown 2021-08-31 18:34:04 +01:00 committed by GitHub
parent fa370e2d47
commit 8a1a7396f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ object side {
},
span(
h3(perfType.trans),
if (isPuzzle && u.perfs.dubiousPuzzle && !ctx.is(u)) st.rating("?")
if (isPuzzle && u.perfs.dubiousPuzzle && !ctx.is(u)) st.rating(strong("?"))
else
st.rating(
if (perf.glicko.clueless) strong("?")