bug fix + improvements + new logo

This commit is contained in:
Daniel
2023-06-18 08:57:57 +03:30
parent 1aaa9db229
commit 033f036ef3
15 changed files with 214 additions and 53 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export default function EditLink({
(e) => e.id == Number(router.query.id)
);
if (currentCollection)
if (currentCollection && currentCollection.ownerId)
setLink({
...link,
collection: {