Skip to content

Commit 9a49666

Browse files
committed
W-21432256 fix a missed lint
1 parent 497a4c9 commit 9a49666

File tree

1 file changed

+2
-2
lines changed
  • packages/template-retail-react-app/app

1 file changed

+2
-2
lines changed

packages/template-retail-react-app/app/ssr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ const {handler} = runtime.createHandler(options, (app) => {
363363
'*.commercecloud.salesforce.com',
364364
'*.demandware.net',
365365
'*.adyen.com',
366-
'pay.google.com', // Google Pay payment handler icon
367-
'www.gstatic.com' // optional, if icon is on gstatic
366+
'pay.google.com', // Google Pay payment handler icon
367+
'www.gstatic.com' // optional, if icon is on gstatic
368368
],
369369
'script-src': [
370370
// Used by the service worker in /worker/main.js

0 commit comments

Comments
 (0)