We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a5a83 commit 7ccb422Copy full SHA for 7ccb422
src/hooks/useDirectoryContent.ts
@@ -108,7 +108,7 @@ export const useDirectoryContent = () => {
108
return currentChildren.map((x) => ({
109
...x,
110
ownerLabel: childrenMetadata?.[x.elementUuid]?.ownerLabel,
111
- lastModifiedLabel: childrenMetadata?.[x.elementUuid]?.lastModifiedByLabel,
+ lastModifiedByLabel: childrenMetadata?.[x.elementUuid]?.lastModifiedByLabel,
112
}));
113
}, [currentChildren, childrenMetadata]);
114
0 commit comments