mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set key on debug view
This commit is contained in:
parent
fe9cf0fc89
commit
d6982ae1a4
1 changed files with 2 additions and 1 deletions
|
|
@ -197,9 +197,10 @@ export default function Debug(): JSX.Element {
|
|||
width: '100%',
|
||||
}}
|
||||
>
|
||||
{sortedAttributes.map((attribute, i) => {
|
||||
{sortedAttributes.map((attribute, idx) => {
|
||||
return (
|
||||
<HStack
|
||||
key={`attribute-${idx}`}
|
||||
alignment="start"
|
||||
distribution="start"
|
||||
css={{ padding: '10px', border: '1px solid black' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue