You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Added no-floating-promises eslint rule
This commit is contained in:
@ -186,7 +186,7 @@ export default function useSource(noteBody: string, noteMarkupLanguage: number,
|
||||
setSource(undefined);
|
||||
setInjectedJs([]);
|
||||
} else {
|
||||
renderNote();
|
||||
void renderNote();
|
||||
}
|
||||
|
||||
return () => {
|
||||
|
Reference in New Issue
Block a user