diff options
author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-08-17 23:17:36 -0400 |
---|---|---|
committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-08-17 23:17:36 -0400 |
commit | 2e0174e16abab1c603bc45bf98903a89f0cbf84b (patch) | |
tree | b71e7e35ae643466d844e11ed4d7748c361a3de3 /src/client/views/linking/LinkMenu.tsx | |
parent | cf2ab7fe45c57720eeeeff64ed6f5b2b5d8fa40d (diff) |
in-progress link relationship color association
created list fields for link relationships and their associated colors. Need to implement colors in front end
Diffstat (limited to 'src/client/views/linking/LinkMenu.tsx')
-rw-r--r-- | src/client/views/linking/LinkMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/linking/LinkMenu.tsx b/src/client/views/linking/LinkMenu.tsx index 6fc860447..53fe3f682 100644 --- a/src/client/views/linking/LinkMenu.tsx +++ b/src/client/views/linking/LinkMenu.tsx @@ -41,7 +41,7 @@ export class LinkMenu extends React.Component<Props> { /** * maps each link to a JSX element to be rendered - * @param groups LinkManager containing info of all of the links + * @param groups containing info of all of the links * @returns list of link JSX elements if there at least one linked element */ renderAllGroups = (groups: Map<string, Array<Doc>>): Array<JSX.Element> => { |