Skip to content

Commit

Permalink
UI: Add key to list items in TunnelIssue
Browse files Browse the repository at this point in the history
  • Loading branch information
ilija-lazoroski committed Nov 8, 2022
1 parent d1218d4 commit fcc8ea5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function tunnelIssueReport(agents, machines) {
Network tunnels were set up between the following.
<ul>
{tunnels.map(tunnel =>
<li>
<li key={tunnel.agent_machine+tunnel.agent_tunnel}>
from <span className="badge badge-primary">{tunnel.agent_machine}
</span> to <span className="badge badge-primary">{tunnel.agent_tunnel}</span>
</li>
Expand Down

0 comments on commit fcc8ea5

Please sign in to comment.