mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-11-14 22:28:06 +00:00
🐛 arrow showing over player info
This commit is contained in:
parent
0fd3b0a757
commit
fd13404652
1 changed files with 9 additions and 7 deletions
|
|
@ -271,13 +271,15 @@ const Menu = ({
|
|||
{item.label}
|
||||
{item.value !== undefined && <Bold>{item.value}</Bold>}
|
||||
</Button>
|
||||
<ArrowContainer>
|
||||
<Arrow
|
||||
disabled={disabled}
|
||||
menu
|
||||
show={activeIndex === index}
|
||||
/>
|
||||
</ArrowContainer>
|
||||
{!noSelect && (
|
||||
<ArrowContainer>
|
||||
<Arrow
|
||||
disabled={disabled}
|
||||
menu
|
||||
show={activeIndex === index}
|
||||
/>
|
||||
</ArrowContainer>
|
||||
)}
|
||||
</li>
|
||||
);
|
||||
})}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue