Skip to content

Commit

Permalink
Linting (phase 2)
Browse files Browse the repository at this point in the history
- Auto Lint by Lint Processor
  • Loading branch information
HotoRas committed Aug 10, 2024
1 parent fcd4f17 commit 6baf990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/scripts/get-note-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export function getNoteMenu(props: {
os.confirm({
type: 'warning',
text: i18n.ts.editConfirm,
}).then(({canceled}) => {
}).then(({ canceled }) => {
if (canceled) return;
os.post({ initialNote: appearNote, renote: appearNote.renote, reply: appearNote.reply, channel: appearNote.channel, editMode: true })
.then(() => { location.reload(); });
Expand Down

0 comments on commit 6baf990

Please sign in to comment.