Fixes Prettier issue

This commit is contained in:
d-r-w 2023-03-07 08:59:38 -06:00
parent d18fa03f31
commit d228772e92
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ export default function Note(props: NoteProps) {
if (!isTargetAllowed) {
return;
}
e.stopPropagation();
navigate(eventLink(id));
}