fix: lint

This commit is contained in:
Calum H. (IMB11)
2026-07-24 18:43:08 +01:00
parent ec80924809
commit 60ecfbb90c
2 changed files with 7 additions and 6 deletions
@@ -523,9 +523,10 @@ async function loadSharedInstanceDetails() {
}
const reportedVersion = props.report.shared_instance_version_id
const versionNumbers = reportedVersion !== undefined
? Array.from({ length: reportedVersion + 1 }, (_, index) => reportedVersion - index)
: []
const versionNumbers =
reportedVersion !== undefined
? Array.from({ length: reportedVersion + 1 }, (_, index) => reportedVersion - index)
: []
const [versionDetails, otherInstancesResult] = await Promise.all([
Promise.all(
versionNumbers.map(async (versionNumber) => {
+3 -3
View File
@@ -2928,13 +2928,13 @@
"message": "Email verification required"
},
"modal.shared-instance.open-in-app.benefit.install": {
"message": "Automatically install the required game and loader"
"message": "Automatically install everything theyre playing"
},
"modal.shared-instance.open-in-app.benefit.join": {
"message": "Join the shared instance in one click"
"message": "Play the same content as your friends"
},
"modal.shared-instance.open-in-app.benefit.update": {
"message": "Keep shared content updated when the instance changes"
"message": "Keep shared content up to date as it changes"
},
"modal.shared-instance.open-in-app.get-app": {
"message": "Get Modrinth App"