aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/RecommendationsBox.tsx
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-04 17:25:10 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-04 17:25:10 -0500
commit8264ac5484c0c7b5d47cb78ce60f5d6568e736d9 (patch)
tree9827e25bcbf94f184b15feb882ae8252b89235a4 /src/client/views/RecommendationsBox.tsx
parent641ddbeefbbc05f8bf586c542595af672826149b (diff)
redesigned editing menu, added link descriptions and popup on created
Diffstat (limited to 'src/client/views/RecommendationsBox.tsx')
-rw-r--r--src/client/views/RecommendationsBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/RecommendationsBox.tsx b/src/client/views/RecommendationsBox.tsx
index cdde32c21..196151e32 100644
--- a/src/client/views/RecommendationsBox.tsx
+++ b/src/client/views/RecommendationsBox.tsx
@@ -169,7 +169,7 @@ export class RecommendationsBox extends React.Component<FieldViewProps> {
<div style={{ marginRight: 50 }} onClick={() => DocumentManager.Instance.jumpToDocument(doc, false)}>
<FontAwesomeIcon className="documentdecorations-icon" icon={"bullseye"} size="sm" />
</div>
- <div style={{ marginRight: 50 }} onClick={() => DocUtils.MakeLink({ doc: this.props.Document.sourceDoc as Doc }, { doc: doc }, "Recommender", undefined)}>
+ <div style={{ marginRight: 50 }} onClick={() => DocUtils.MakeLink({ doc: this.props.Document.sourceDoc as Doc }, { doc: doc }, "Recommender", "", undefined)}>
<FontAwesomeIcon className="documentdecorations-icon" icon={"link"} size="sm" />
</div>
</div>