aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-03-16 20:12:32 -0400
committerHannah Chow <hannah_chow@brown.edu>2019-03-16 20:12:32 -0400
commit1217ccdcc67c48771fda7cc82e668844bb1fd4e4 (patch)
tree5103e295d3b43aa155fdd7f1d8b5c7277b7f0ae6
parentf6e51d94462efb863c9aa8d0a6e9636c52f7adf5 (diff)
parent1918357b9f78b94808a572e434bbfc2ed93c0961 (diff)
yeet
-rw-r--r--src/client/views/nodes/DocumentView.tsx8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index f7bc751b7..96a9ff2a8 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -341,12 +341,8 @@ export class DocumentView extends React.Component<DocumentViewProps> {
}}
onContextMenu={this.onContextMenu}
onPointerDown={this.onPointerDown} >
-<<<<<<< HEAD
- <DocumentContents {...this.props} isSelected={this.isSelected} select={this.select} layoutKey={KeyStore.Layout} />
-=======
- <DocumentContentsView {...this.getProps} />
->>>>>>> 914114aaffbbd492f68c5e580acf6a28f43dc2c7
- </div >
+ <DocumentContents {...this.props} isSelected={this.isSelected} select={this.select} layoutKey={KeyStore.Layout} />
+ </div>
)
}
} \ No newline at end of file