This commit is contained in:
Daniel
2022-06-24 11:26:58 +04:30
parent 6e27ed574f
commit 36c7cbd726
5 changed files with 6 additions and 6 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ const EditItem = ({
SetLoader,
"PUT",
item._id,
item.title
item.title,
item.date
);
}
+1
View File
@@ -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 {