1
0

fix: typo

This commit is contained in:
Mar0xy
2023-10-01 04:04:13 +02:00
parent 31e0e07d92
commit 5459181901
+1 -1
View File
@@ -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;