Fix wrong token handling (#4254)
* Fixing wrong token displayed * Linting * Revert filtering out * Revert the revert
This commit is contained in:
committed by
Jaco Greeff
parent
6c5167ebb3
commit
8edaab806e
@@ -96,7 +96,7 @@ class TokenSelect extends Component {
|
||||
|
||||
return (
|
||||
<MenuItem
|
||||
key={ token.tag }
|
||||
key={ `${index}_${token.tag}` }
|
||||
value={ token.tag }
|
||||
label={ label }
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user