aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/ViewPaste.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/ViewPaste.js')
-rw-r--r--frontend/src/components/ViewPaste.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/ViewPaste.js b/frontend/src/components/ViewPaste.js
index 491c440..0b2ebe7 100644
--- a/frontend/src/components/ViewPaste.js
+++ b/frontend/src/components/ViewPaste.js
@@ -92,6 +92,7 @@ class ViewPaste extends React.Component {
theme={this.state.theme}
id="pasteInput" />
<PasteInfo
+ hash={this.props.hash}
lang={this.state.language}
theme={this.state.theme}
onChange={this.handleChange}