Fix silly typo, format

This commit is contained in:
naskya 2023-05-11 20:28:32 +09:00
parent a719b386e7
commit 59010e2004
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139
1 changed files with 15 additions and 14 deletions

View File

@ -182,10 +182,11 @@ const renote = async (viaKeyboard = false, ev?: MouseEvent) => {
if (canRenote) {
buttonActions.push({
text: `${i18n.ts.renote} (${i18n.ts.local})`,
icon: "ph-hand-first ph-bold ph-lg",
icon: "ph-hand-fist ph-bold ph-lg",
danger: false,
action: () => {
os.api("notes/create",
os.api(
"notes/create",
props.note.visibility === "specified"
? {
renoteId: props.note.id,
@ -198,7 +199,7 @@ const renote = async (viaKeyboard = false, ev?: MouseEvent) => {
visibility: props.note.visibility,
localOnly: true,
}
});
);
const el =
ev &&
((ev.currentTarget ?? ev.target) as