add back ceres next cont
This commit is contained in:
parent
990013af2b
commit
c4d2abdbc6
1 changed files with 2 additions and 16 deletions
|
@ -29,8 +29,7 @@ export const IndexWorld = ({ metagame, population }: IndexWorldProps) => {
|
||||||
new Date(a.locked_since ?? Date.now()).getTime() -
|
new Date(a.locked_since ?? Date.now()).getTime() -
|
||||||
new Date(b.locked_since ?? Date.now()).getTime()
|
new Date(b.locked_since ?? Date.now()).getTime()
|
||||||
)[0];
|
)[0];
|
||||||
const nextZoneStrings =
|
const nextZoneStrings = zones[nextZone.id];
|
||||||
worldId !== 2000 ? zones[nextZone.id] : zones["default"];
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.container}>
|
<div className={styles.container}>
|
||||||
|
@ -89,20 +88,7 @@ export const IndexWorld = ({ metagame, population }: IndexWorldProps) => {
|
||||||
} as any
|
} as any
|
||||||
}
|
}
|
||||||
></div>
|
></div>
|
||||||
<div>
|
<div>{nextZoneStrings.name}</div>
|
||||||
{worldId !== 2000 ? (
|
|
||||||
nextZoneStrings.name
|
|
||||||
) : (
|
|
||||||
<>
|
|
||||||
<span
|
|
||||||
style={{ textDecoration: "dotted" }}
|
|
||||||
title="Census doesn't report alert timings for this server yet."
|
|
||||||
>
|
|
||||||
???
|
|
||||||
</span>
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue