Fix a small browser console warning
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -109,13 +109,15 @@ export const ScaffolderPageContents = ({
|
||||
</div>
|
||||
<div>
|
||||
{groups &&
|
||||
groups.map(group => (
|
||||
groups.map((group, index) => (
|
||||
<TemplateList
|
||||
key={index}
|
||||
TemplateCardComponent={TemplateCardComponent}
|
||||
group={group}
|
||||
/>
|
||||
))}
|
||||
<TemplateList
|
||||
key="other"
|
||||
TemplateCardComponent={TemplateCardComponent}
|
||||
group={otherTemplatesGroup}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user