Skip to content

Commit

Permalink
Add key
Browse files Browse the repository at this point in the history
  • Loading branch information
ong-ar committed Mar 20, 2023
1 parent 66e4017 commit 641ef68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Popup/pages/Dashboard/entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function Entry() {

{cosmosChainList.map((item) =>
item.chain.isTerminated ? (
<CosmosChainItemTerminated chain={item.chain} />
<CosmosChainItemTerminated chain={item.chain} key={`${currentAccount.id}${item.chain.id}`} />
) : (
<CosmosChainLedgerCheck key={`${currentAccount.id}${item.chain.id}`} chain={item.chain}>
<ErrorBoundary
Expand Down

0 comments on commit 641ef68

Please sign in to comment.