mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
feat(archive): lint are you happy now?
This commit is contained in:
parent
8064551a6c
commit
8a4d48eeb7
@ -22,9 +22,7 @@ class ArchiveList extends Component {
|
|||||||
{feature.strategies.map((s, i) => (
|
{feature.strategies.map((s, i) => (
|
||||||
<span style={{ marginLeft: `8px` }} key={i}>
|
<span style={{ marginLeft: `8px` }} key={i}>
|
||||||
<strong>{s.name}</strong>
|
<strong>{s.name}</strong>
|
||||||
{Object.keys(s.parameters).map((p, j) => (
|
{Object.keys(s.parameters).map((p, j) => <i key={j}> {s.parameters[p]}</i>)}
|
||||||
<i key={j}> {s.parameters[p]}</i>
|
|
||||||
))}
|
|
||||||
</span>
|
</span>
|
||||||
))}
|
))}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user