mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2025-04-01 21:41:04 +00:00
Fixed dimensions not showing the names of the previous dimension
This commit is contained in:
parent
9dbfdef509
commit
bcce0ebce3
1 changed files with 4 additions and 3 deletions
|
@ -694,9 +694,10 @@ export function createPlane(
|
||||||
{preview()}{" "}
|
{preview()}{" "}
|
||||||
{j === 0
|
{j === 0
|
||||||
? energy.displayName
|
? energy.displayName
|
||||||
: // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
: ["First", "Second", "Third", "Fourth"][j - 1] +
|
||||||
(clickables[clickables.length - 1] as any).display
|
" " +
|
||||||
.title}
|
title +
|
||||||
|
" Dimension"}
|
||||||
/s
|
/s
|
||||||
</span>
|
</span>
|
||||||
)),
|
)),
|
||||||
|
|
Loading…
Add table
Reference in a new issue