From c42f909188aff5398de31e443500eb64b8690ac4 Mon Sep 17 00:00:00 2001
From: bobzel
Date: Thu, 26 Aug 2021 08:57:20 -0400
Subject: fixed warnings/errors
---
src/client/views/linking/LinkRelationshipSearch.tsx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'src/client/views/linking/LinkRelationshipSearch.tsx')
diff --git a/src/client/views/linking/LinkRelationshipSearch.tsx b/src/client/views/linking/LinkRelationshipSearch.tsx
index 8f83f0e6e..53da880e4 100644
--- a/src/client/views/linking/LinkRelationshipSearch.tsx
+++ b/src/client/views/linking/LinkRelationshipSearch.tsx
@@ -15,7 +15,7 @@ export class LinkRelationshipSearch extends React.Component {
const relationship = (e.target as HTMLParagraphElement).textContent;
if (relationship) {
- this.props.handleRelationshipSearchChange(relationship)
+ this.props.handleRelationshipSearchChange(relationship);
}
}
@@ -31,8 +31,8 @@ export class LinkRelationshipSearch extends React.Component {
- if (this.props.results && this.props.results.length > 2 && this.props.display == "block") {
- return
+ if (this.props.results && this.props.results.length > 2 && this.props.display === "block") {
+ return ;
}
}
@@ -47,9 +47,9 @@ export class LinkRelationshipSearch extends React.Component {
- return (
+ return
{result}
-
)
+
;
})
: No matching relationships
}
@@ -58,6 +58,6 @@ export class LinkRelationshipSearch extends React.Component
- )
+ );
}
}
\ No newline at end of file
--
cgit v1.2.3-70-g09d2