diff options
author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-08-23 15:48:47 -0400 |
---|---|---|
committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-08-23 15:48:47 -0400 |
commit | 9b0a043eeb272c69c1aac07c5a4df409f09400b7 (patch) | |
tree | f355e03faa49d960435e278f20c6830d07af2b7d /src/client/views/linking/LinkRelationshipSearch.tsx | |
parent | f75810f3466fcbd2449bc5006316fea4865c2cd9 (diff) |
matched link group header background to color of relationship
Diffstat (limited to 'src/client/views/linking/LinkRelationshipSearch.tsx')
-rw-r--r-- | src/client/views/linking/LinkRelationshipSearch.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/linking/LinkRelationshipSearch.tsx b/src/client/views/linking/LinkRelationshipSearch.tsx index bb128f746..8f83f0e6e 100644 --- a/src/client/views/linking/LinkRelationshipSearch.tsx +++ b/src/client/views/linking/LinkRelationshipSearch.tsx @@ -13,7 +13,6 @@ interface LinkRelationshipSearchProps { export class LinkRelationshipSearch extends React.Component<LinkRelationshipSearchProps> { handleResultClick = (e: React.MouseEvent) => { - console.log("click"); const relationship = (e.target as HTMLParagraphElement).textContent; if (relationship) { this.props.handleRelationshipSearchChange(relationship) |