1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-07 16:20:01 -07:00
parent 01d1aebe64
commit 96e328c0bd
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -467,8 +467,8 @@ if (window.location.pathname === '/') {
if (
lastVersion &&
// @ts-expect-error
gt(
// @ts-expect-error
coerce(currentVersion, { includePrerelease: true }),
coerce(lastVersion, { includePrerelease: true }),
)