Skip to content
Snippets Groups Projects
Unverified Commit 54591819 authored by Mar0xy's avatar Mar0xy
Browse files

fix: typo

parent 31e0e07d
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,7 @@ function like(): void {
pleaseLogin();
showMovedDialog();
os.api('notes/reactions/create', {
noteId: apperNote.id,
noteId: appearNote.id,
reaction: '❤️',
});
const el = likeButton.value as HTMLElement | null | undefined;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment