Bug fix.
This commit is contained in:
@@ -30,7 +30,8 @@ const EditItem = ({
|
||||
SetLoader,
|
||||
"PUT",
|
||||
item._id,
|
||||
item.title
|
||||
item.title,
|
||||
item.date
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -43,6 +43,7 @@ const List = ({ data, tags, collections, reFetch, SetLoader, lightMode }) => {
|
||||
item={data[editIndex]}
|
||||
/>
|
||||
) : null}
|
||||
|
||||
{/* eslint-disable-next-line */}
|
||||
{data.map((e, i, array) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user