diff --git a/changelog/2023-10-02-17-34-52-222632 b/changelog/2023-10-02-17-34-52-222632
deleted file mode 100644
index e9d97b20f9f..00000000000
--- a/changelog/2023-10-02-17-34-52-222632
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Hide tooltip related to Storefront theme in Multi-Currency settings when Storefront is not the active theme.
diff --git a/client/multi-currency-setup/tasks/store-settings-task/index.js b/client/multi-currency-setup/tasks/store-settings-task/index.js
index 381b8898576..dbfc7381c08 100644
--- a/client/multi-currency-setup/tasks/store-settings-task/index.js
+++ b/client/multi-currency-setup/tasks/store-settings-task/index.js
@@ -128,14 +128,14 @@ const StoreSettingsTask = () => {
) }
/>
-
- { __(
- 'A currency switcher is also available in your widgets.',
- 'woocommerce-payments'
- ) }
-
>
) : null }
+
+ { __(
+ 'A currency switcher is also available in your widgets.',
+ 'woocommerce-payments'
+ ) }
+