fix: proper order of versions in upgrade string (#6567)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2024-09-16 14:33:07 +07:00 committed by GitHub
parent 8b8f385073
commit 36311d1b18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,7 +113,7 @@ export async function connect (title: string): Promise<Client | undefined> {
location.reload()
}
}
versionError.set(`${currentVersionStr} => ${reconnectVersionStr}`)
versionError.set(`${reconnectVersionStr} => ${currentVersionStr}`)
}
const frontUrl = getMetadata(presentation.metadata.FrontUrl) ?? ''