diff --git a/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ProjectFeaturesBatchActions.tsx b/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ProjectFeaturesBatchActions.tsx
index b8902f4280..e778c93a93 100644
--- a/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ProjectFeaturesBatchActions.tsx
+++ b/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ProjectFeaturesBatchActions.tsx
@@ -46,14 +46,19 @@ export const ProjectFeaturesBatchActions: FC<
return (
<>
- }
- variant="outlined"
- size="small"
- onClick={() => setShowExportDialog(true)}
- >
- Export
-
+ }
+ variant="outlined"
+ size="small"
+ onClick={() => setShowExportDialog(true)}
+ >
+ Export
+
+ }
+ />