fixup! Fix: i18n sync status

This commit is contained in:
eight 2019-10-30 01:54:41 +08:00
parent 008ca33b16
commit a1aa8c2e38

View File

@ -117,7 +117,6 @@ document.onclick = e => {
}
function getStatusText() {
// FIXME: i18n
if (status.syncing) {
if (status.progress) {
const {phase, loaded, total} = status.progress;