diff --git a/app/components/settings.tsx b/app/components/settings.tsx
index ce0357fdc..89253532c 100644
--- a/app/components/settings.tsx
+++ b/app/components/settings.tsx
@@ -569,6 +569,13 @@ function SyncItems() {
setShowSyncConfigModal(true);
}}
/>
+ }
+ text={Locale.UI.Import}
+ onClick={() => {
+ setShowImportModal(true);
+ }}
+ />
{couldSync && (
<>
- }
- text={Locale.UI.Import}
- onClick={() => {
- setShowImportModal(true);
- }}
- />
>
)}