mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:53:09 +02:00
fix: typo
This commit is contained in:
parent
31e0e07d92
commit
5459181901
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue