mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-27 03:35:50 +03:00
Add a key, just in case
This commit is contained in:
parent
791ac667f0
commit
19ee95d188
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ function BoostsCarousel({ boosts }) {
|
|||
const { id: statusID, reblog } = boost;
|
||||
const actualStatusID = reblog || statusID;
|
||||
return (
|
||||
<li>
|
||||
<li key={statusID}>
|
||||
<Link class="status-boost-link" to={`/s/${actualStatusID}`}>
|
||||
<Status statusID={statusID} size="s" />
|
||||
</Link>
|
||||
|
|
Loading…
Reference in a new issue