Skip to content

Commit

Permalink
show trait group selected with green box
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Dec 10, 2023
1 parent 0485167 commit 7863097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function Editor({uploadTextureURL, uploadVRMURL,confirmDialog,ani
resolution={2048}
numFrames={128}
icon={ traitGroup.fullIconSvg }
rarity={currentTraitName !== traitGroup.name ? "none" : "mythic"}
rarity={traitGroupName !== traitGroup.name ? "none" : "mythic"}
onClick={() => {
selectTraitGroup(traitGroup)
}}
Expand Down

0 comments on commit 7863097

Please sign in to comment.