mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-21 16:13:54 +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()}{" "}
|
||||
{j === 0
|
||||
? energy.displayName
|
||||
: // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
(clickables[clickables.length - 1] as any).display
|
||||
.title}
|
||||
: ["First", "Second", "Third", "Fourth"][j - 1] +
|
||||
" " +
|
||||
title +
|
||||
" Dimension"}
|
||||
/s
|
||||
</span>
|
||||
)),
|
||||
|
|
Loading…
Reference in a new issue