Fix list not re-rendering when list ID changes
This commit is contained in:
parent
7fba180de8
commit
46c7ee5de1
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ function List(props) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Timeline
|
<Timeline
|
||||||
|
key={id}
|
||||||
title={list.title}
|
title={list.title}
|
||||||
id="list"
|
id="list"
|
||||||
emptyText="Nothing yet."
|
emptyText="Nothing yet."
|
||||||
|
|
Loading…
Add table
Reference in a new issue