From 7e22244c03eceab294253826eec6022bebd81269 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Tue, 3 Dec 2019 16:53:25 -0330 Subject: [PATCH] Replace wild random number key with index (#7629) --- ui/app/components/app/account-panel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/components/app/account-panel.js b/ui/app/components/app/account-panel.js index 3ffd97887..42e2ed589 100644 --- a/ui/app/components/app/account-panel.js +++ b/ui/app/components/app/account-panel.js @@ -42,8 +42,8 @@ AccountPanel.prototype.render = function () { {panelState.identiconLabel.substring(0, 7) + '...'}
- {panelState.attributes.map((attr) => ( -
+ {panelState.attributes.map((attr, index) => ( +
{attr.value}