mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 16:10:01 +00:00
Fixed lint errors.
This commit is contained in:
@@ -60,7 +60,7 @@ class ShortcutsModal extends React.Component {
|
||||
</p>
|
||||
<ul>
|
||||
{help.map((item) => {
|
||||
return <li>
|
||||
return <li key={item.key}>
|
||||
<code>{item.key}</code> {item.text}
|
||||
</li>
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user