Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a.muhin committed Apr 13, 2022
1 parent c473e21 commit b6ce0ba
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions src/ui/Keys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,14 @@ function Row({
<span>{name}</span>
</button>
))}
{
<button
className="add-button popup-item-key hovered-item"
onClick={() => {
onAdd(action)
}}
>
<span>+</span>
</button>
}
<button
className="add-button popup-item-key hovered-item"
onClick={() => {
onAdd(action)
}}
>
<span>+</span>
</button>
</div>
</div>
)
Expand Down

0 comments on commit b6ce0ba

Please sign in to comment.