Skip to content

Commit d0f71eb

Browse files
committed
Remove mac chrome from the skip
1 parent 4627c8f commit d0f71eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/_enqueues/admin/user-profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
// Skip warning on macOS Safari or Chrome (they show native indicators).
366366
if (
367367
isMac &&
368-
( ua.indexOf( 'safari' ) !== -1 || ua.indexOf( 'chrome' ) !== -1 )
368+
( ua.indexOf( 'safari' ) !== -1 )
369369
) {
370370
return false;
371371
}

0 commit comments

Comments
 (0)