mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-25 18:00:25 +00:00
elf display fix
This commit is contained in:
parent
eb8a4166f4
commit
a46f390d06
1 changed files with 2 additions and 2 deletions
|
@ -650,8 +650,8 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
description: jsx(() => (
|
||||
<>
|
||||
{options.description}
|
||||
{upgrade.bought.value &&
|
||||
!["Peppermint", "Twinkle", "Cocoa", "Frosty"].includes(
|
||||
{upgrade.bought.value ||
|
||||
["Peppermint", "Twinkle", "Cocoa", "Frosty"].includes(
|
||||
options.name
|
||||
) ? null : (
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue