1
0
Fork 0

Fix list not re-rendering when list ID changes

This commit is contained in:
Lim Chee Aun 2023-05-13 21:34:42 +08:00
parent 7fba180de8
commit 46c7ee5de1

View file

@ -87,6 +87,7 @@ function List(props) {
return (
<>
<Timeline
key={id}
title={list.title}
id="list"
emptyText="Nothing yet."