some improvements

This commit is contained in:
David Ralph
2020-09-11 20:46:00 +01:00
parent 7dafd2c08d
commit ec9429adcb
6 changed files with 13 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ export default class Quote extends React.PureComponent {
}
render() {
let copy = <FileCopy className='copyButton' onClick={() => this.copyQuote() }></FileCopy>;
let copy = <FileCopy className='copyButton' onClick={() => this.copyQuote()}></FileCopy>;
if (localStorage.getItem('copyButton') === 'false') copy = '';
return (