fix(editor): wrong cookie render

Close #8841
This commit is contained in:
Andelf
2023-03-17 18:46:23 +08:00
committed by Gabriel Horner
parent 0eb25b3934
commit 2ca70373af

View File

@@ -1611,7 +1611,7 @@
["Cookie" ["Percent" n]]
[:span {:class "cookie-percent"}
(util/format "[d%%]" n)]
(util/format "[%d%%]" n)]
["Cookie" ["Absolute" current total]]
[:span {:class "cookie-absolute"}
(util/format "[%d/%d]" current total)]