aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/RecommendationsBox.tsx
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-10-25 16:21:45 -0400
committerab <abdullah_ahmed@brown.edu>2019-10-25 16:21:45 -0400
commit1676ddcf9f4da6f9926e2e48eea4302ae9f2efe5 (patch)
tree5e0a1ebb750b31ac73f1fdc830f025a91b13f946 /src/client/views/RecommendationsBox.tsx
parent301784883375860a7c693db97fe8f279e5380caf (diff)
images show up, react errors
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 3938a8690..c50550bef 100644
--- a/src/client/views/RecommendationsBox.tsx
+++ b/src/client/views/RecommendationsBox.tsx
@@ -143,7 +143,7 @@ export class RecommendationsBox extends React.Component<FieldViewProps> {
// return y;
// }
- render() {
+ render() { //TODO: Invariant violation: max depth exceeded error. Occurs when images are rendered.
// if (!this._display) {
// return null;
// }