We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2107b61 commit 411a7a9Copy full SHA for 411a7a9
src/browser/modules/Stream/CypherFrame/TableView.jsx
@@ -45,7 +45,7 @@ import { stringFormat } from 'services/bolt/cypherTypesFormatting'
45
const renderCell = entry => {
46
if (Array.isArray(entry)) {
47
const children = entry.map((item, index) => (
48
- <span>
+ <span key={index}>
49
{renderCell(item)}
50
{index === entry.length - 1 ? null : ', '}
51
</span>
0 commit comments