mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Add keys
This commit is contained in:
parent
851ff5c46b
commit
f4e2b5e09b
1 changed files with 2 additions and 2 deletions
|
|
@ -43,12 +43,12 @@ function Metadata({ permalink, openFileExplorer, fileName, hash }) {
|
|||
{elements.map((element, i) => {
|
||||
const last = i === element.length - 1;
|
||||
return (
|
||||
<>
|
||||
<React.Fragment key={i}>
|
||||
{"["}
|
||||
{element}
|
||||
{"]"}
|
||||
{last ? "" : " "}
|
||||
</>
|
||||
</React.Fragment>
|
||||
);
|
||||
})}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue