mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
fix: lint
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -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 they’re 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"
|
||||
|
||||
Reference in New Issue
Block a user