aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-12-04 12:01:25 -0500
committerab <abdullah_ahmed@brown.edu>2019-12-04 12:01:25 -0500
commitb80c7695569304bf7d7312f8159bb1cd9dfec3b4 (patch)
tree9087e02d3ca9d4a10277286d475bffc5560c25ed
parenta231b597d70f8ee9e435a86b00020c93691dc97d (diff)
idk
-rw-r--r--src/client/views/nodes/DocumentView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index b82486109..079df9cf4 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -828,7 +828,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu
}} >
{this.innards}
</div>
- {this._showKPQuery ? <KeyphraseQueryView keyphrases={["bitch", "boy"]}></KeyphraseQueryView> : undefined}
+ {this._showKPQuery ? <KeyphraseQueryView keyphrases={["hello", "world"]}></KeyphraseQueryView> : undefined}
</div>;
}
}