Skip to content

Commit 702dac9

Browse files
fix(eslint): singlequote
1 parent b416327 commit 702dac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/application/services/useNote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export default function (options: UseNoteComposableOptions): UseNoteComposableSt
379379
});
380380

381381
watch(noteTitle, (currentNoteTitle) => {
382-
if (route.name == "note") {
382+
if (route.name == 'note') {
383383
patchOpenedPageByUrl(
384384
route.path,
385385
{

0 commit comments

Comments
 (0)