mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +03:00
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 (
|
||||
<>
|
||||
<Timeline
|
||||
key={id}
|
||||
title={list.title}
|
||||
id="list"
|
||||
emptyText="Nothing yet."
|
||||
|
|
Loading…
Reference in a new issue