Fix converted / non-converted status

This commit is contained in:
Natsu Kagami 2020-01-13 20:36:47 -05:00
parent 6ebf23ae3c
commit 596d632e5a

View file

@ -320,9 +320,9 @@ fn score_embed<'a>(
.push_bold_line( .push_bold_line(
b.mode.to_string() b.mode.to_string()
+ if bm.is_converted() { + if bm.is_converted() {
""
} else {
" (Converted)" " (Converted)"
} else {
""
}, },
) )
.push("CS") .push("CS")