mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Use unique key using hash for squeak timeline list
This commit is contained in:
parent
d4ce7fbf29
commit
378073b97a
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ export default function SqueakAddressPage() {
|
|||
<>
|
||||
<Grid container spacing={4} >
|
||||
{squeaks.map(squeak =>
|
||||
<Squeak squeak={squeak}></Squeak>
|
||||
<Squeak key={squeak.getSqueakHash()} squeak={squeak}></Squeak>
|
||||
)}
|
||||
</Grid>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue