Fix silly typo, format
This commit is contained in:
parent
a719b386e7
commit
59010e2004
@ -182,10 +182,11 @@ const renote = async (viaKeyboard = false, ev?: MouseEvent) => {
|
|||||||
if (canRenote) {
|
if (canRenote) {
|
||||||
buttonActions.push({
|
buttonActions.push({
|
||||||
text: `${i18n.ts.renote} (${i18n.ts.local})`,
|
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,
|
danger: false,
|
||||||
action: () => {
|
action: () => {
|
||||||
os.api("notes/create",
|
os.api(
|
||||||
|
"notes/create",
|
||||||
props.note.visibility === "specified"
|
props.note.visibility === "specified"
|
||||||
? {
|
? {
|
||||||
renoteId: props.note.id,
|
renoteId: props.note.id,
|
||||||
@ -198,7 +199,7 @@ const renote = async (viaKeyboard = false, ev?: MouseEvent) => {
|
|||||||
visibility: props.note.visibility,
|
visibility: props.note.visibility,
|
||||||
localOnly: true,
|
localOnly: true,
|
||||||
}
|
}
|
||||||
});
|
);
|
||||||
const el =
|
const el =
|
||||||
ev &&
|
ev &&
|
||||||
((ev.currentTarget ?? ev.target) as
|
((ev.currentTarget ?? ev.target) as
|
||||||
|
Loading…
Reference in New Issue
Block a user