aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/KeyphraseQueryView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-03-10 00:39:32 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-03-10 00:39:32 -0400
commit99039ccec5b53bc7d3ace46e801c84342c99cad1 (patch)
tree64ead71dfc678ddf5d3c25a8bccbfa10e236e89c /src/client/views/KeyphraseQueryView.tsx
parent4eaec2585a4f38a826707f2cf850d287276d9b14 (diff)
parent7fa0783cdc37a70dc8d967188a27d50f269042cc (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/KeyphraseQueryView.tsx')
-rw-r--r--src/client/views/KeyphraseQueryView.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/KeyphraseQueryView.tsx b/src/client/views/KeyphraseQueryView.tsx
index a9dafc4a4..1dc156968 100644
--- a/src/client/views/KeyphraseQueryView.tsx
+++ b/src/client/views/KeyphraseQueryView.tsx
@@ -15,8 +15,8 @@ export class KeyphraseQueryView extends React.Component<KP_Props>{
}
render() {
- let kps = this.props.keyphrases.toString();
- let keyterms = this.props.keyphrases.split(',');
+ const kps = this.props.keyphrases.toString();
+ const keyterms = this.props.keyphrases.split(',');
return (
<div>
<h5>Select queries to send:</h5>