mirror of
https://github.com/mue/mue.git
synced 2026-07-15 04:53:48 +02:00
some improvements
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user