Skip to content

Commit 6c0d717

Browse files
committed
Fix linter issue
1 parent 33f63b3 commit 6c0d717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ export const openLink = async (
5858
'my-custom-header': 'my custom header value',
5959
},
6060
hasBackButton: true,
61-
browserPackage: null,
62-
showInRecents: false,
61+
browserPackage: undefined,
62+
showInRecents: true,
6363
includeReferrer: true,
6464
});
6565
// A delay to show an alert when the browser is closed

0 commit comments

Comments
 (0)