diff --git a/src/sidebar/components/ShareDialog/ExportAnnotations.tsx b/src/sidebar/components/ShareDialog/ExportAnnotations.tsx index 8f409bed93f..d9d3fec23d9 100644 --- a/src/sidebar/components/ShareDialog/ExportAnnotations.tsx +++ b/src/sidebar/components/ShareDialog/ExportAnnotations.tsx @@ -130,7 +130,6 @@ function ExportAnnotations({ [allAnnotationsOption, selectedUserId, userList], ); - const exportFormatsEnabled = store.isFeatureEnabled('export_formats'); const [exportFormat, setExportFormat] = useState(exportFormats[0]); const fileInputId = useId(); @@ -325,35 +324,31 @@ function ExportAnnotations({ required maxLength={250} /> - {exportFormatsEnabled && ( -
- - {exportFormats.map(exportFormat => ( - -
-
- {exportFormat.title} -
-
- {exportFormat.description} -
+
+ + {exportFormats.map(exportFormat => ( + +
+
+ {exportFormat.title} +
+
+ {exportFormat.description}
- - ))} - -
- )} +
+ + ))} + +
@@ -370,16 +365,14 @@ function ExportAnnotations({

)} - {exportFormatsEnabled && ( - - )} +