mirror of
https://github.com/mue/mue.git
synced 2026-07-26 18:21:27 +02:00
style: more codacy fixes
This commit is contained in:
@@ -23,12 +23,10 @@ export default class Quote extends React.PureComponent {
|
||||
copy: '',
|
||||
quoteLanguage: ''
|
||||
};
|
||||
|
||||
this.buttons = {
|
||||
tweet: <TwitterIcon className='copyButton' onClick={this.tweetQuote} />,
|
||||
copy: <FileCopy className='copyButton' onClick={this.copyQuote} />
|
||||
}
|
||||
|
||||
};
|
||||
this.language = window.language.widgets.quote;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user