mirror of
https://github.com/mue/mue.git
synced 2026-07-09 21:45:26 +02:00
fix: unique key console error on about
This commit is contained in:
@@ -363,7 +363,7 @@ class About extends PureComponent {
|
||||
{!!this.state.loading ? <p>{this.state.loading}</p> : <></>}
|
||||
<ul>
|
||||
{this.state.photographers.map(({ name, count }) => (
|
||||
<li className="subtitle-photographers">
|
||||
<li key={name} className="subtitle-photographers">
|
||||
{name}
|
||||
<span> ({count} images)</span>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user