From 378141a66944e1e3547c8b532ef56d52b2e167c9 Mon Sep 17 00:00:00 2001
From: Prin-S <98200861+Prin-S@users.noreply.github.com>
Date: Sat, 31 Aug 2024 17:43:09 +0700
Subject: [PATCH] Fixed: URL linking to Square Developer dashboard in sandbox
settings
---
src/new-user-experience/modules/sandbox-settings/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/new-user-experience/modules/sandbox-settings/index.js b/src/new-user-experience/modules/sandbox-settings/index.js
index c9af30c9..7fd3c529 100644
--- a/src/new-user-experience/modules/sandbox-settings/index.js
+++ b/src/new-user-experience/modules/sandbox-settings/index.js
@@ -89,7 +89,7 @@ export const SandboxSettings = ( { indent = 0, showToggle = true } ) => {
'Application ID for the Sandbox Application, see the details in the %1$sMy Applications%2$s section.',
'woocommerce-square'
),
- '',
+ '',
''
)
) }