diff options
| author | Ryan Mehri <[email protected]> | 2020-05-15 23:14:46 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-15 23:14:46 -0600 |
| commit | 91b358a9f59f567a3f233aa1f912f1deca433c98 (patch) | |
| tree | ab7fe8b5f50d2705fc3804562b66bc3dc773ef4b /frontend/src/components/ViewPaste.js | |
| parent | Merge pull request #25 from jackyzha0/security (diff) | |
| parent | add view raw button (diff) | |
| download | ctrl-v-91b358a9f59f567a3f233aa1f912f1deca433c98.tar.xz ctrl-v-91b358a9f59f567a3f233aa1f912f1deca433c98.zip | |
Merge pull request #26 from jackyzha0/raw-button
add view raw button
Diffstat (limited to 'frontend/src/components/ViewPaste.js')
| -rw-r--r-- | frontend/src/components/ViewPaste.js | 1 |
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} |