Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDDDanica committed Feb 21, 2025
1 parent d603064 commit b2e482d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/helpers/utils/window.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const openWindow = (url: string, target: string) => {
export const openWindow = (url: string, target?: string) => {
window.open(url, target || '_blank', 'noopener');
};

0 comments on commit b2e482d

Please sign in to comment.