diff --git a/src/components/Directory/NoteCardDirectoryEditable.jsx b/src/components/Directory/NoteCardDirectoryEditable.jsx index 35f0b946..e6991c2e 100644 --- a/src/components/Directory/NoteCardDirectoryEditable.jsx +++ b/src/components/Directory/NoteCardDirectoryEditable.jsx @@ -115,7 +115,7 @@ const NoteCardDirectoryEditable = ({ )}
-
-

Created By

- {allCreators.map((name, idx) => ( -
- handleToggleCreator(name)} - /> - +
+
+ {/* Created By */} +
+

Created By

+ {allCreators.map((name, idx) => ( +
+ handleToggleCreator(name)} + /> + +
+ ))}
- ))} -

Organization

- {filteredOrganizations.map((org, idx) => ( -
- handleToggleOrg(org)} - /> - + {/* Divider */} +
+ + {/* Organization */} +
+

Organization

+ {filteredOrganizations.map((org, idx) => ( +
+ handleToggleOrg(org)} + /> + +
+ ))}
- ))} +
-
+ {/* Buttons */} +
+
)}