You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-05 22:57:29 +02:00
Second pass at linting lib dir
This commit is contained in:
@@ -78,7 +78,7 @@ class NoteBodyViewer extends Component {
|
||||
render() {
|
||||
const note = this.props.note;
|
||||
const style = this.props.style;
|
||||
const onCheckboxChange = this.props.onCheckboxChange;
|
||||
|
||||
const theme = themeStyle(this.props.theme);
|
||||
|
||||
const bodyToRender = note ? note.body : '';
|
||||
|
||||
Reference in New Issue
Block a user