Merge pull request #5232 from matrix-org/t3chguy/fix/15229

Fix Search Results Tile undefined variable access regression
pull/21833/head
Michael Telatynski 2020-09-18 18:03:08 +01:00 committed by GitHub
commit 84f0a610a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export default class SearchResultTile extends React.Component {
}
}
return (
<li data-scroll-tokens={eventId+"+"+j}>
<li data-scroll-tokens={eventId}>
{ ret }
</li>);
}