Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix lint
Browse files Browse the repository at this point in the history
Sayamame-beans committed May 25, 2024
1 parent 5cf5295 commit 1519ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/admin/index.vue
Original file line number Diff line number Diff line change
@@ -306,7 +306,7 @@ function adminLookup(ev: MouseEvent) {
text: i18n.ts.lookup,
icon: 'ti ti-world-search',
action: () => {
lookup()
lookup();
},
}], ev.currentTarget ?? ev.target);
}

0 comments on commit 1519ed2

Please sign in to comment.