Skip to content

Commit

Permalink
fixup! chore(connect-popup): implement changes in connect-popup
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Mar 22, 2023
1 parent dfb9bc9 commit f67ace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-popup/src/view/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const initBrowserView = (): Promise<boolean> => {
'remember-permissions',
)[0] as HTMLInputElement;

if (systemInfo.browser.outdated) {
if (systemInfo?.browser.outdated) {
h3.innerText = 'Outdated browser';
}

Expand Down

0 comments on commit f67ace1

Please sign in to comment.