diff --git a/app/soapbox/features/ui/index.tsx b/app/soapbox/features/ui/index.tsx
index 948e5a5e2..dfdcfeb9f 100644
--- a/app/soapbox/features/ui/index.tsx
+++ b/app/soapbox/features/ui/index.tsx
@@ -84,7 +84,7 @@ import {
EmailConfirmation,
DeleteAccount,
SoapboxConfig,
- ExportData,
+ // ExportData,
ImportData,
// Backups,
MfaForm,
@@ -286,7 +286,8 @@ const SwitchingColumnsArea: React.FC = ({ children }) => {
{features.scheduledStatuses && }
-
+ {/* FIXME: this could DDoS our API? :\ */}
+ {/* */}
{features.importData && }
{features.accountAliasesAPI && }
{features.accountMoving && }