fix: duplicate labels in Servers UI (#6568)

This commit is contained in:
geraldglynn
2020-11-03 20:40:11 +00:00
committed by GitHub
parent 6db4def00a
commit 1f10240a97

View File

@@ -129,7 +129,7 @@ export default class Servers extends React.Component {
<table> <table>
<tbody> <tbody>
{ {
currentServerVariableDefs.map((val, name) => { currentServerVariableDefs.entrySeq().map(([name, val]) => {
return <tr key={name}> return <tr key={name}>
<td>{name}</td> <td>{name}</td>
<td> <td>