diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index c7c8549b99..4bd6516494 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -976,7 +976,7 @@ export function isBrowserIE() { } export function isBrowserEdge() { - return window.naviagtor && navigator.userAgent && navigator.userAgent.toLowerCase().indexOf('edge') > -1; + return window.navigator && navigator.userAgent && navigator.userAgent.toLowerCase().indexOf('edge') > -1; } export function getDirectChannelName(id, otherId) {