mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58:55 +00:00
Fix converted / non-converted status
This commit is contained in:
parent
6ebf23ae3c
commit
596d632e5a
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue